HomeSort by relevance Sort by last modified time
    Searched defs:didCancelAuthenticationChallenge (Results 1 - 8 of 8) sorted by null

  /external/webkit/Tools/DumpRenderTree/win/
ResourceLoadDelegate.h 67 virtual HRESULT STDMETHODCALLTYPE didCancelAuthenticationChallenge(
  /external/webkit/Source/WebCore/platform/network/
SocketStreamHandleClient.h 54 virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { }
ResourceHandleClient.h 90 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { }
  /external/webkit/Source/WebCore/loader/
ResourceLoadNotifier.cpp 55 void ResourceLoadNotifier::didCancelAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge)
ResourceLoader.cpp 481 void ResourceLoader::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge)
486 frameLoader()->notifier()->didCancelAuthenticationChallenge(this, challenge);
ResourceLoader.h 97 void didCancelAuthenticationChallenge(const AuthenticationChallenge&);
116 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& challenge) { didCancelAuthenticationChallenge(challenge); }
  /external/webkit/Source/WebKit/win/
DefaultDownloadDelegate.cpp 142 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge)
144 LOG(Download, "DefaultDownloadDelegate %p - didCancelAuthenticationChallenge %p", download, challenge);
  /external/webkit/Source/WebCore/websockets/
WebSocketChannel.cpp 232 void WebSocketChannel::didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&)

Completed in 680 milliseconds