Lines Matching defs:ctx
31 static void win_cb_destroy(GtkWidget *win, struct browser_context *ctx) in win_cb_destroy()
39 static void browser_update_title(struct browser_context *ctx) in browser_update_title()
61 static void process_request_starting_uri(struct browser_context *ctx, in process_request_starting_uri()
93 struct browser_context *ctx) in view_cb_notify_estimated_load_progress()
105 struct browser_context *ctx) in view_cb_resource_load_starting()
117 struct browser_context *ctx) in view_cb_decide_policy()
160 struct browser_context *ctx) in view_cb_mouse_target_changed()
184 struct browser_context *ctx) in view_cb_notify_title()
198 struct browser_context *ctx) in view_cb_notify_progress()
208 struct browser_context *ctx) in view_cb_notify_load_status()
225 struct browser_context *ctx) in view_cb_resource_request_starting()
240 struct browser_context *ctx) in view_cb_mime_type_policy_decision()
255 struct browser_context *ctx) in view_cb_download_requested()
265 gchar *uri, struct browser_context *ctx) in view_cb_hovering_over_link()
281 struct browser_context *ctx) in view_cb_title_changed()
302 struct browser_context ctx; in hs20_web_browser() local