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

/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamHandleClient.h54 virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { } function in class:WebCore::SocketStreamHandleClient
H A DResourceHandleClient.h90 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { } function in class:WebCore::ResourceHandleClient
/external/webkit/Tools/DumpRenderTree/win/
H A DResourceLoadDelegate.h67 virtual HRESULT STDMETHODCALLTYPE didCancelAuthenticationChallenge( function in class:ResourceLoadDelegate
/external/webkit/Source/WebCore/loader/
H A DResourceLoadNotifier.cpp55 void ResourceLoadNotifier::didCancelAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge) function in class:WebCore::ResourceLoadNotifier
H A DResourceLoader.cpp481 void ResourceLoader::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge) function in class:WebCore::ResourceLoader
486 frameLoader()->notifier()->didCancelAuthenticationChallenge(this, challenge);
H A DResourceLoader.h97 void didCancelAuthenticationChallenge(const AuthenticationChallenge&);
116 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& challenge) { didCancelAuthenticationChallenge(challenge); } function in class:WebCore::ResourceLoader
/external/webkit/Source/WebCore/websockets/
H A DWebSocketChannel.cpp232 void WebSocketChannel::didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) function in class:WebCore::WebSocketChannel
/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.cpp142 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge) function in class:DefaultDownloadDelegate
144 LOG(Download, "DefaultDownloadDelegate %p - didCancelAuthenticationChallenge %p", download, challenge);

Completed in 338 milliseconds