Searched refs:authDialog (Results 1 – 2 of 2) sorted by relevance
280 …SoupSessionFeature* authDialog = static_cast<SoupSessionFeature*>(g_object_new(WEBKIT_TYPE_SOUP_AU… in webkitInit() local281 g_signal_connect(authDialog, "current-toplevel", G_CALLBACK(currentToplevelCallback), NULL); in webkitInit()282 soup_session_add_feature(session, authDialog); in webkitInit()283 g_object_unref(authDialog); in webkitInit()
42 GtkWidget* (*current_toplevel) (WebKitSoupAuthDialog* authDialog, SoupMessage* message);