Home
last modified time | relevance | path

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

/external/webkit/WebKit/gtk/webkit/
Dwebkitprivate.cpp285 …SoupSessionFeature* authDialog = static_cast<SoupSessionFeature*>(g_object_new(WEBKIT_TYPE_SOUP_AU… in webkit_init() local
286 g_signal_connect(authDialog, "current-toplevel", G_CALLBACK(currentToplevelCallback), NULL); in webkit_init()
287 soup_session_add_feature(session, authDialog); in webkit_init()
288 g_object_unref(authDialog); in webkit_init()