Home
last modified time | relevance | path

Searched refs:browser_window_get_features (Results 1 – 9 of 9) sorted by relevance

/dports/www/netsurf/netsurf-3.10/include/netsurf/
H A Dbrowser_window.h392 nserror browser_window_get_features(struct browser_window *bw,
/dports/www/netsurf/netsurf-3.10/frontends/atari/
H A Dctxmenu.c77 browser_window_get_features( gw->browser->bw, mx+sx, my+sy, in get_context_info()
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dctxmenu.c332 browser_window_get_features(ami_gui2_get_browser_window(gwin), x, y, &ccdata); in ami_ctxmenu_hook_func()
H A Dgui.c6186 browser_window_get_features(gwin->gw->bw, *x, *y, &data); in ami_text_box_at_point()
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dscaffolding.c1426 browser_window_get_features(bw, x, y, &current_menu_features); in nsgtk_scaffolding_context_menu()
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dwindow.c1309 browser_window_get_features(g->bw, pos.x, pos.y, &cont); in ro_gui_window_handle_local_keypress()
2215 browser_window_get_features(bw, pos.x, pos.y, &cont); in ro_gui_window_menu_prepare()
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dhtml.c1442 browser_window_get_features(box->iframe, in html_get_contextual_content()
/dports/www/netsurf/netsurf-3.10/frontends/beos/
H A Dscaffolding.cpp2373 browser_window_get_features(bw, (int)where.x, (int)where.y, &cont); in nsbeos_scaffolding_popup_menu()
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dbrowser_window.c2952 browser_window_get_features(struct browser_window *bw, in browser_window_get_features() function