/external/webkit/Source/WebKit2/WebProcess/Authentication/ |
D | AuthenticationManager.cpp | 65 …iveAuthenticationChallenge(WebFrame* frame, const AuthenticationChallenge& authenticationChallenge) in didReceiveAuthenticationChallenge() argument 71 m_challenges.set(challengeID, authenticationChallenge); in didReceiveAuthenticationChallenge() 73 …ebPageProxy::DidReceiveAuthenticationChallenge(frame->frameID(), authenticationChallenge, challeng… in didReceiveAuthenticationChallenge() 76 …AuthenticationChallenge(Download* download, const AuthenticationChallenge& authenticationChallenge) in didReceiveAuthenticationChallenge() argument 79 m_challenges.set(challengeID, authenticationChallenge); in didReceiveAuthenticationChallenge() 81 …>send(Messages::DownloadProxy::DidReceiveAuthenticationChallenge(authenticationChallenge, challeng… in didReceiveAuthenticationChallenge()
|
/external/webkit/Source/WebKit/win/ |
D | WebURLAuthenticationChallenge.cpp | 45 …ionChallenge::WebURLAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge, in WebURLAuthenticationChallenge() argument 48 , m_authenticationChallenge(authenticationChallenge) in WebURLAuthenticationChallenge() 61 …bURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenticationChallenge) in createInstance() argument 63 …LAuthenticationChallenge* instance = new WebURLAuthenticationChallenge(authenticationChallenge, 0); in createInstance() 68 …bURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenticationChallenge, in createInstance() argument 71 …enticationChallenge* instance = new WebURLAuthenticationChallenge(authenticationChallenge, sender); in createInstance() 172 …m_authenticationChallenge = AuthenticationChallenge(webChallenge->authenticationChallenge().cfURLA… in initWithAuthenticationChallenge() 228 const AuthenticationChallenge& WebURLAuthenticationChallenge::authenticationChallenge() const in authenticationChallenge() function in WebURLAuthenticationChallenge
|
D | WebURLAuthenticationChallengeSenderCFNet.cpp | 48 m_client->receivedCancellation(webChallenge->authenticationChallenge()); in cancelAuthenticationChallenge() 59 m_client->receivedRequestToContinueWithoutCredential(webChallenge->authenticationChallenge()); in continueWithoutCredentialForAuthenticationChallenge() 75 …m_client->receivedCredential(webChallenge->authenticationChallenge(), webCredential->credential()); in useCredential()
|
D | WebURLAuthenticationChallenge.h | 78 const WebCore::AuthenticationChallenge& authenticationChallenge() const;
|
D | WebDownloadCFNet.cpp | 327 …CFURLDownloadUseCredential(m_download.get(), 0, webChallenge->authenticationChallenge().cfURLAuthC… in continueWithoutCredentialForAuthenticationChallenge() 346 …seCredential(m_download.get(), cfCredential.get(), webChallenge->authenticationChallenge().cfURLAu… in useCredential()
|
D | ChangeLog-2009-06-16 | 17885 (WebURLAuthenticationChallenge::authenticationChallenge):
|
/external/webkit/Source/WebKit2/UIProcess/Authentication/ |
D | AuthenticationDecisionListener.h | 42 …efPtr<AuthenticationDecisionListener> create(AuthenticationChallengeProxy* authenticationChallenge) in create() argument 44 return adoptRef(new AuthenticationDecisionListener(authenticationChallenge)); in create() 53 AuthenticationDecisionListener(AuthenticationChallengeProxy* authenticationChallenge);
|
D | AuthenticationDecisionListener.cpp | 37 …sionListener::AuthenticationDecisionListener(AuthenticationChallengeProxy* authenticationChallenge) in AuthenticationDecisionListener() argument 38 : m_challengeProxy(authenticationChallenge) in AuthenticationDecisionListener()
|
D | AuthenticationChallengeProxy.cpp | 39 …enticationChallengeProxy(const WebCore::AuthenticationChallenge& authenticationChallenge, uint64_t… in AuthenticationChallengeProxy() argument 40 : m_coreAuthenticationChallenge(authenticationChallenge) in AuthenticationChallengeProxy()
|
D | AuthenticationChallengeProxy.h | 50 …onChallengeProxy> create(const WebCore::AuthenticationChallenge& authenticationChallenge, uint64_t… in create() argument 52 … return adoptRef(new AuthenticationChallengeProxy(authenticationChallenge, challengeID, process)); in create()
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/ |
D | DownloadCurl.cpp | 61 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential() argument 66 …:receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) in receivedRequestToContinueWithoutCredential() argument 71 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation() argument
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/ |
D | DownloadQt.cpp | 65 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential() argument 70 …:receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) in receivedRequestToContinueWithoutCredential() argument 75 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation() argument
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/ |
D | DownloadSoup.cpp | 66 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential() argument 71 …:receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) in receivedRequestToContinueWithoutCredential() argument 76 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation() argument
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/ |
D | DownloadMac.mm | 181 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… 183 …[authenticationChallenge.sender() useCredential:mac(credential) forAuthenticationChallenge:authent… 186 …:receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) 188 …[authenticationChallenge.sender() continueWithoutCredentialForAuthenticationChallenge:authenticati… 191 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) 193 …[authenticationChallenge.sender() cancelAuthenticationChallenge:authenticationChallenge.nsURLAuthe…
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/ |
D | DownloadCFNet.cpp | 211 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential() argument 216 …:receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge) in receivedRequestToContinueWithoutCredential() argument 221 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation() argument
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/ |
D | Download.cpp | 76 …Download::didReceiveAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge) in didReceiveAuthenticationChallenge() argument 78 … AuthenticationManager::shared().didReceiveAuthenticationChallenge(this, authenticationChallenge); in didReceiveAuthenticationChallenge()
|
/external/webkit/Source/WebKit2/UIProcess/Downloads/ |
D | DownloadProxy.cpp | 96 …didReceiveAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge, uint64_t… in didReceiveAuthenticationChallenge() argument 101 …henticationChallengeProxy = AuthenticationChallengeProxy::create(authenticationChallenge, challeng… in didReceiveAuthenticationChallenge()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebLoaderClient.cpp | 158 …me(WebPageProxy* page, WebFrameProxy* frame, AuthenticationChallengeProxy* authenticationChallenge) in didReceiveAuthenticationChallengeInFrame() argument 163 …eAuthenticationChallengeInFrame(toAPI(page), toAPI(frame), toAPI(authenticationChallenge), m_clien… in didReceiveAuthenticationChallengeInFrame()
|
D | WebPageProxy.cpp | 2866 …RefPtr<AuthenticationChallengeProxy> authenticationChallenge = AuthenticationChallengeProxy::creat… in didReceiveAuthenticationChallenge() local 2868 …m_loaderClient.didReceiveAuthenticationChallengeInFrame(this, frame, authenticationChallenge.get()… in didReceiveAuthenticationChallenge()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKContext.h | 74 …ef context, WKDownloadRef download, WKAuthenticationChallengeRef authenticationChallenge, const vo…
|
D | WKPage.h | 68 …)(WKPageRef page, WKFrameRef frame, WKAuthenticationChallengeRef authenticationChallenge, const vo…
|