Home
last modified time | relevance | path

Searched defs:authenticationChallenge (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
DDownloadCurl.cpp61 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential()
66 …load::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChal… in receivedRequestToContinueWithoutCredential()
71 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation()
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
DDownloadQt.cpp65 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential()
70 …load::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChal… in receivedRequestToContinueWithoutCredential()
75 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation()
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
DDownloadSoup.cpp66 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential()
71 …load::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChal… in receivedRequestToContinueWithoutCredential()
76 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation()
/external/webkit/Source/WebKit/win/
DWebURLAuthenticationChallenge.cpp45 …ticationChallenge::WebURLAuthenticationChallenge(const AuthenticationChallenge& authenticationChal… in WebURLAuthenticationChallenge()
61 …e* WebURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenticationChal… in createInstance()
68 …e* WebURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenticationChal… in createInstance()
228 const AuthenticationChallenge& WebURLAuthenticationChallenge::authenticationChallenge() const in authenticationChallenge() function in WebURLAuthenticationChallenge
/external/webkit/Source/WebKit2/WebProcess/Authentication/
DAuthenticationManager.cpp65 …dReceiveAuthenticationChallenge(WebFrame* frame, const AuthenticationChallenge& authenticationChal… in didReceiveAuthenticationChallenge()
76 …ceiveAuthenticationChallenge(Download* download, const AuthenticationChallenge& authenticationChal… in didReceiveAuthenticationChallenge()
/external/webkit/Source/WebKit2/UIProcess/Authentication/
DAuthenticationDecisionListener.h42 …PassRefPtr<AuthenticationDecisionListener> create(AuthenticationChallengeProxy* authenticationChal… in create()
DAuthenticationDecisionListener.cpp37 …nDecisionListener::AuthenticationDecisionListener(AuthenticationChallengeProxy* authenticationChal… in AuthenticationDecisionListener()
DAuthenticationChallengeProxy.cpp39 …ChallengeProxy::AuthenticationChallengeProxy(const WebCore::AuthenticationChallenge& authenticatio… in AuthenticationChallengeProxy()
DAuthenticationChallengeProxy.h50 …sRefPtr<AuthenticationChallengeProxy> create(const WebCore::AuthenticationChallenge& authenticatio… in create()
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DDownloadCFNet.cpp211 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential()
216 …load::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChal… in receivedRequestToContinueWithoutCredential()
221 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation()
/external/webkit/Source/WebKit2/WebProcess/Downloads/
DDownload.cpp76 void Download::didReceiveAuthenticationChallenge(const AuthenticationChallenge& authenticationChall… in didReceiveAuthenticationChallenge()
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DDownloadProxy.cpp96 …DownloadProxy::didReceiveAuthenticationChallenge(const AuthenticationChallenge& authenticationChal… in didReceiveAuthenticationChallenge()
/external/webkit/Source/WebKit2/UIProcess/
DWebLoaderClient.cpp158 …InFrame(WebPageProxy* page, WebFrameProxy* frame, AuthenticationChallengeProxy* authenticationChal… in didReceiveAuthenticationChallengeInFrame()
DWebPageProxy.cpp2866 …RefPtr<AuthenticationChallengeProxy> authenticationChallenge = AuthenticationChallengeProxy::creat… in didReceiveAuthenticationChallenge() local