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

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Authentication/
H A DAuthenticationDecisionListener.cpp38 AuthenticationDecisionListener::AuthenticationDecisionListener(AuthenticationChallengeProxy* authenticationChallenge) argument
H A DAuthenticationDecisionListener.h40 static PassRefPtr<AuthenticationDecisionListener> create(AuthenticationChallengeProxy* authenticationChallenge) argument
H A DAuthenticationChallengeProxy.cpp40 AuthenticationChallengeProxy::AuthenticationChallengeProxy(const WebCore::AuthenticationChallenge& authenticationChallenge, uint64_t challengeID, CoreIPC::Connection* connection) argument
H A DAuthenticationChallengeProxy.h46 static PassRefPtr<AuthenticationChallengeProxy> create(const WebCore::AuthenticationChallenge& authenticationChallenge, uint64_t challengeID, CoreIPC::Connection* connection) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_auth_request_private.h40 static PassRefPtr<EwkAuthRequest> create(WKAuthenticationChallengeRef authenticationChallenge) argument
H A Dewk_auth_request.cpp39 EwkAuthRequest::EwkAuthRequest(WKAuthenticationChallengeRef authenticationChallenge) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/curl/
H A DDownloadCurl.cpp61 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) argument
66 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) argument
71 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/qt/
H A DDownloadQt.cpp87 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) argument
92 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) argument
97 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) argument
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallenge.cpp45 WebURLAuthenticationChallenge::WebURLAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge, argument
61 WebURLAuthenticationChallenge* WebURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenticationChallenge) argument
68 WebURLAuthenticationChallenge* WebURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenticationChallenge, argument
228 const AuthenticationChallenge& WebURLAuthenticationChallenge::authenticationChallenge() const function in class:WebURLAuthenticationChallenge
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Authentication/
H A DAuthenticationManager.cpp67 uint64_t AuthenticationManager::establishIdentifierForChallenge(const WebCore::AuthenticationChallenge& authenticationChallenge) argument
76 void AuthenticationManager::didReceiveAuthenticationChallenge(WebFrame* frame, const AuthenticationChallenge& authenticationChallenge) argument
85 void AuthenticationManager::didReceiveAuthenticationChallenge(uint64_t pageID, uint64_t frameID, const AuthenticationChallenge& authenticationChallenge) argument
94 void AuthenticationManager::didReceiveAuthenticationChallenge(Download* download, const AuthenticationChallenge& authenticationChallenge) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DAuthenticationChallengeManager.cpp156 void AuthenticationChallengeManager::authenticationChallenge(const KURL& url, const ProtectionSpace& space, function in class:WebCore::AuthenticationChallengeManager
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownload.cpp75 void Download::didReceiveAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitAuthenticationDialog.cpp30 RefPtr<AuthenticationChallengeProxy> authenticationChallenge; member in struct:_WebKitAuthenticationDialogPrivate
141 GtkWidget* webkitAuthenticationDialogNew(AuthenticationChallengeProxy* authenticationChallenge, CredentialStorageMode mode) argument
H A DWebKitLoaderClient.cpp131 static void didReceiveAuthenticationChallengeInFrame(WKPageRef page, WKFrameRef frame, WKAuthenticationChallengeRef authenticationChallenge, const void *clientInfo) argument
H A DWebKitWebView.cpp1740 void webkitWebViewHandleAuthenticationChallenge(WebKitWebView* webView, AuthenticationChallengeProxy* authenticationChallenge) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Downloads/
H A DDownloadProxy.cpp110 void DownloadProxy::didReceiveAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge, uint64_t challengeID) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Network/
H A DNetworkProcessProxy.cpp174 RefPtr<AuthenticationChallengeProxy> authenticationChallenge = AuthenticationChallengeProxy::create(coreChallenge, challengeID, connection()); local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DPageLoadClientEfl.cpp151 void PageLoadClientEfl::didReceiveAuthenticationChallengeInFrame(WKPageRef, WKFrameRef, WKAuthenticationChallengeRef authenticationChallenge, const void* clientInfo) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/cfnet/
H A DDownloadCFNet.cpp248 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential) argument
254 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) argument
260 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebLoaderClient.cpp185 void WebLoaderClient::didReceiveAuthenticationChallengeInFrame(WebPageProxy* page, WebFrameProxy* frame, AuthenticationChallengeProxy* authenticationChallenge) argument
H A DWebPageProxy.cpp4061 RefPtr<AuthenticationChallengeProxy> authenticationChallenge = prpAuthenticationChallenge; local
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp2048 void WebPagePrivate::authenticationChallenge(const KURL& url, const ProtectionSpace& protectionSpace, const Credential& inputCredential) function in class:BlackBerry::WebKit::WebPagePrivate

Completed in 409 milliseconds