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

/macosx-10.10/WebKit2-7600.1.25/UIProcess/Authentication/
H A DAuthenticationDecisionListener.h40 static PassRefPtr<AuthenticationDecisionListener> create(AuthenticationChallengeProxy* authenticationChallenge) argument
H A DAuthenticationDecisionListener.cpp38 AuthenticationDecisionListener::AuthenticationDecisionListener(AuthenticationChallengeProxy* authenticationChallenge) argument
H A DAuthenticationChallengeProxy.cpp40 AuthenticationChallengeProxy::AuthenticationChallengeProxy(const WebCore::AuthenticationChallenge& authenticationChallenge, uint64_t challengeID, IPC::Connection* connection) argument
H A DAuthenticationChallengeProxy.h46 static PassRefPtr<AuthenticationChallengeProxy> create(const WebCore::AuthenticationChallenge& authenticationChallenge, uint64_t challengeID, IPC::Connection* connection) argument
/macosx-10.10/WebKit2-7600.1.25/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.10/WebKit-7600.1.25/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.10/WebKit2-7600.1.25/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.10/WebKit2-7600.1.25/Shared/Downloads/
H A DDownload.cpp67 void Download::didReceiveAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitAuthenticationRequest.cpp61 RefPtr<AuthenticationChallengeProxy> authenticationChallenge; member in struct:_WebKitAuthenticationRequestPrivate
134 WebKitAuthenticationRequest* webkitAuthenticationRequestCreate(AuthenticationChallengeProxy* authenticationChallenge, bool privateBrowsingEnabled) argument
[all...]
H A DWebKitLoaderClient.cpp130 static void didReceiveAuthenticationChallengeInFrame(WKPageRef, WKFrameRef, WKAuthenticationChallengeRef authenticationChallenge, const void *clientInfo) argument
H A DWebKitWebView.cpp1898 void webkitWebViewHandleAuthenticationChallenge(WebKitWebView* webView, AuthenticationChallengeProxy* authenticationChallenge) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Downloads/
H A DDownloadProxy.cpp111 void DownloadProxy::didReceiveAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge, uint64_t challengeID) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Network/
H A DNetworkProcessProxy.cpp180 RefPtr<AuthenticationChallengeProxy> authenticationChallenge = AuthenticationChallengeProxy::create(coreChallenge, challengeID, connection()); local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DPageLoadClientEfl.cpp149 void PageLoadClientEfl::didReceiveAuthenticationChallengeInFrame(WKPageRef, WKFrameRef, WKAuthenticationChallengeRef authenticationChallenge, const void* clientInfo) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp4566 RefPtr<AuthenticationChallengeProxy> authenticationChallenge = prpAuthenticationChallenge; local

Completed in 511 milliseconds