Home
last modified time | relevance | path

Searched refs:browser_window_has_content (Results 1 – 13 of 13) sorted by relevance

/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dwindow.c266 if (browser_window_has_content(g->bw)) { in gui_window_set_extent()
313 have_content = browser_window_has_content(g->bw); in ro_gui_window_open()
566 !browser_window_has_content(bw)); in ro_gui_window_update_toolbar_buttons()
569 !browser_window_has_content(bw)); in ro_gui_window_update_toolbar_buttons()
572 !browser_window_has_content(bw)); in ro_gui_window_update_toolbar_buttons()
588 browser_window_has_content(g->bw) == false) in ro_gui_window_action_add_bookmark()
608 browser_window_has_content(g->bw) == false) in ro_gui_window_action_remove_bookmark()
803 browser_window_has_content(g->bw) == false) in ro_gui_window_action_page_info()
841 if (!browser_window_has_content(g->bw)) in ro_gui_window_toolbar_click()
1449 if (browser_window_has_content(g->bw) == true) { in ro_gui_window_handle_local_keypress()
[all …]
/dports/www/netsurf/netsurf-3.10/include/netsurf/
H A Dbrowser_window.h285 bool browser_window_has_content(struct browser_window *bw);
/dports/www/netsurf/netsurf-3.10/frontends/atari/
H A Dctxmenu.c68 if (browser_window_has_content(bw) == false || in get_context_info()
H A Dgui.c439 (!browser_window_has_content(gw->browser->bw))) { in gui_window_set_scroll()
463 if(browser_window_has_content(gw->browser->bw)) { in gui_window_update_extent()
H A Ddeskmenu.c507 if( browser_window_has_content(input_window->browser->bw) ){ in menu_add_bookmark()
H A Drootwin.c1426 if ( browser_window_has_content(gw->browser->bw) ) { in on_resized()
/dports/www/netsurf/netsurf-3.10/frontends/beos/
H A Dwindow.cpp702 if (browser_window_has_content(g->bw) == false) in nsbeos_window_expose_event()
990 if (browser_window_has_content(g->bw) == false) { in beos_window_invalidate_area()
1073 if (browser_window_has_content(g->bw) == false) in gui_window_update_extent()
H A Dscaffolding.cpp1254 if (!bw || browser_window_has_content(bw) == false) in nsbeos_scaffolding_dispatch_event()
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dtoolbar.c1270 if (!browser_window_has_content(bw)) { in nsgtk_saveas_dialog()
2988 if (browser_window_has_content(bw)) { in addbookmarks_button_clicked_cb()
H A Dwindow.c1117 if (!browser_window_has_content(g->bw)) { in nsgtk_window_invalidate_area()
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dgui_menu.c419 if (bw == NULL || browser_window_has_content(bw) == false) in HOOKF()
H A Dgui.c3626 if((gwin->gw->bw == NULL) || (browser_window_has_content(gwin->gw->bw)) == false) { in ami_switch_tab()
5815 if(!g->bw || browser_window_has_content(g->bw) == false) { in gui_window_set_scroll()
5876 if(browser_window_has_content(g->bw) == false) return; in gui_window_update_extent()
6125 if(g && g->shared && g->bw && browser_window_has_content(g->bw)) in gui_window_new_content()
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dbrowser_window.c3914 bool browser_window_has_content(struct browser_window *bw) in browser_window_has_content() function