Searched defs:authData (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitsoupauthdialog.c109 static void free_authData(WebKitAuthData* authData) argument
111 g_object_unref(authData->msg);
112 g_free(authData->username);
113 g_free(authData->password);
114 g_slice_free(WebKitAuthData, authData);
118 static void save_password_callback(SoupMessage* msg, WebKitAuthData* authData) argument
122 soup_auth_save_password(authData->auth, authData->username, authData->password);
125 * done, and if it failed we'll create a new authData an
133 response_callback(GtkDialog* dialog, gint response_id, WebKitAuthData* authData) argument
195 show_auth_dialog(WebKitAuthData* authData, const char* login, const char* password) argument
330 WebKitAuthData* authData; local
[all...]

Completed in 62 milliseconds