Searched defs:AuthenticationChallenge (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DAuthenticationChallenge.h34 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
36 AuthenticationChallenge() function in class:WebCore::AuthenticationChallenge
40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) function in class:WebCore::AuthenticationChallenge
H A DSocketStreamHandleQt.cpp221 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) argument
226 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
231 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) argument
236 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DAuthenticationChallenge.h32 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
34 AuthenticationChallenge() function in class:WebCore::AuthenticationChallenge
38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) function in class:WebCore::AuthenticationChallenge
H A DSocketStreamHandleWin.cpp69 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) argument
74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) argument
84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DSocketStreamHandleClient.h55 virtual void didReceiveAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { } argument
56 virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { } argument
H A DResourceHandleClient.h106 virtual void didReceiveAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { } argument
107 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { } argument
111 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DAuthenticationChallenge.h26 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
28 AuthenticationChallenge() function in class:WebCore::AuthenticationChallenge
33 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) function in class:WebCore::AuthenticationChallenge
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DAuthenticationChallenge.h49 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
51 AuthenticationChallenge() {} function in class:WebCore::AuthenticationChallenge
H A DAuthenticationCF.cpp46 AuthenticationChallenge::AuthenticationChallenge(const ProtectionSpace& protectionSpace, function in class:WebCore::AuthenticationChallenge
59 AuthenticationChallenge::AuthenticationChallenge(CFURLAuthChallengeRef cfChallenge, function in class:WebCore::AuthenticationChallenge
[all...]
H A DSocketStreamHandleCFNet.cpp647 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
651 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) argument
655 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DAuthenticationChallenge.h34 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
36 AuthenticationChallenge() function in class:WebCore::AuthenticationChallenge
40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) function in class:WebCore::AuthenticationChallenge
H A DSocketStreamHandleCurl.cpp69 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) argument
74 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) argument
84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) argument
H A DResourceHandleCurl.cpp186 void ResourceHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) argument
191 void ResourceHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
196 void ResourceHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) argument
201 void ResourceHandle::receivedCancellation(const AuthenticationChallenge&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DAuthenticationChallengeSoup.cpp66 AuthenticationChallenge::AuthenticationChallenge(SoupSession* soupSession, SoupMessage* soupMessage, SoupAuth* soupAuth, bool retrying, AuthenticationClient* client) function in class:WebCore::AuthenticationChallenge
H A DAuthenticationChallenge.h36 class AuthenticationChallenge : public AuthenticationChallengeBase { class in namespace:WebCore
38 AuthenticationChallenge() function in class:WebCore::AuthenticationChallenge
42 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) function in class:WebCore::AuthenticationChallenge
H A DSocketStreamHandleSoup.cpp213 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&) argument
218 void SocketStreamHandle::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
223 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) argument
228 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/curl/
H A DDownloadCurl.cpp76 void Download::useCredential(const AuthenticationChallenge&, const Credential&) argument
81 void Download::continueWithoutCredential(const AuthenticationChallenge&) argument
86 void Download::cancelAuthenticationChallenge(const AuthenticationChallenge&) argument
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceLoader.cpp557 void ResourceLoader::receivedCancellation(const AuthenticationChallenge&) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/soup/
H A DDownloadSoup.cpp231 void Download::receivedCredential(const AuthenticationChallenge&, const Credential&) argument
236 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) argument
241 void Download::receivedCancellation(const AuthenticationChallenge&) argument
251 void Download::useCredential(const AuthenticationChallenge&, const Credential&) argument
256 void Download::cancelAuthenticationChallenge(const AuthenticationChallenge&) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketChannel.cpp346 void WebSocketChannel::didReceiveAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) argument
350 void WebSocketChannel::didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DFrameLoaderClientBlackBerry.h61 virtual void dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, long unsigned, const AuthenticationChallenge&) { notImplemented(); } argument
62 virtual void dispatchDidCancelAuthenticationChallenge(DocumentLoader*, long unsigned, const AuthenticationChallenge&) { notImplemented(); } argument
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp95 void FrameLoaderClientWinCE::dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) argument
100 void FrameLoaderClientWinCE::dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) argument
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp164 void FrameLoaderClientEfl::dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, unsigned long /*identifier*/, const AuthenticationChallenge&) argument
169 void FrameLoaderClientEfl::dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long /*identifier*/, const AuthenticationChallenge&) argument
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp220 void FrameLoaderClient::dispatchDidCancelAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, const AuthenticationChallenge&) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp200 void WebFrameLoaderClient::dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long /*identifier*/, const AuthenticationChallenge&) argument

Completed in 183 milliseconds

12