Home
last modified time | relevance | path

Searched refs:authDialog (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitglobals.cpp280 …SoupSessionFeature* authDialog = static_cast<SoupSessionFeature*>(g_object_new(WEBKIT_TYPE_SOUP_AU… in webkitInit() local
281 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()
Dwebkitsoupauthdialog.h42 GtkWidget* (*current_toplevel) (WebKitSoupAuthDialog* authDialog, SoupMessage* message);