Searched defs:didCancelAuthenticationChallenge (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DSocketStreamHandleClient.h56 virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { } function in class:WebCore::SocketStreamHandleClient
H A DResourceHandleClient.h112 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { } function in class:WebCore::ResourceHandleClient
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoadNotifier.cpp64 void ResourceLoadNotifier::didCancelAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge) function in class:WebCore::ResourceLoadNotifier
69 void ResourceLoadNotifier::didCancelAuthenticationChallenge(unsigned long identifier, DocumentLoader* loader, const AuthenticationChallenge& currentWebChallenge) function in class:WebCore::ResourceLoadNotifier
H A DResourceLoader.cpp570 void ResourceLoader::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge) function in class:WebCore::ResourceLoader
/macosx-10.10/WebKit-7600.1.25/win/
H A DDefaultDownloadDelegate.cpp142 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge) function in class:DefaultDownloadDelegate
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkResourceLoader.cpp342 void NetworkResourceLoader::didCancelAuthenticationChallenge(ResourceHandle* handle, const AuthenticationChallenge&) function in class:WebKit::NetworkResourceLoader
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketChannel.cpp339 void WebSocketChannel::didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) function in class:WebCore::WebSocketChannel

Completed in 217 milliseconds