HomeSort by relevance Sort by last modified time
    Searched refs:authenticationChallenge (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKit/win/
WebURLAuthenticationChallengeSenderCFNet.cpp 51 m_client->receivedCancellation(webChallenge->authenticationChallenge());
62 m_client->receivedRequestToContinueWithoutCredential(webChallenge->authenticationChallenge());
78 m_client->receivedCredential(webChallenge->authenticationChallenge(), webCredential->credential());
WebURLAuthenticationChallenge.cpp 48 WebURLAuthenticationChallenge::WebURLAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge,
51 , m_authenticationChallenge(authenticationChallenge)
64 WebURLAuthenticationChallenge* WebURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenticationChallenge)
66 WebURLAuthenticationChallenge* instance = new WebURLAuthenticationChallenge(authenticationChallenge, 0);
71 WebURLAuthenticationChallenge* WebURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenticationChallenge,
74 WebURLAuthenticationChallenge* instance = new WebURLAuthenticationChallenge(authenticationChallenge, sender);
150 // FIXME: After we change AuthenticationChallenge to use "ResourceHandle" as the abstract "Sender" or "Source of this Auth Challenge", then we'l
    [all...]
WebURLAuthenticationChallenge.h 32 #include <WebCore/AuthenticationChallenge.h>
38 static WebURLAuthenticationChallenge* createInstance(const WebCore::AuthenticationChallenge&);
39 static WebURLAuthenticationChallenge* createInstance(const WebCore::AuthenticationChallenge&, IWebURLAuthenticationChallengeSender*);
41 WebURLAuthenticationChallenge(const WebCore::AuthenticationChallenge&, IWebURLAuthenticationChallengeSender*);
81 const WebCore::AuthenticationChallenge& authenticationChallenge() const;
86 WebCore::AuthenticationChallenge m_authenticationChallenge;
WebDownloadCFNet.cpp 328 CFURLDownloadUseCredential(m_download.get(), 0, webChallenge->authenticationChallenge().cfURLAuthChallengeRef());
347 CFURLDownloadUseCredential(m_download.get(), cfCredential.get(), webChallenge->authenticationChallenge().cfURLAuthChallengeRef());
395 WebURLAuthenticationChallenge::createInstance(AuthenticationChallenge(challenge, 0), this));

Completed in 30 milliseconds