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

  /external/webkit/WebKitTools/DumpRenderTree/win/
ResourceLoadDelegate.h 65 virtual HRESULT STDMETHODCALLTYPE didCancelAuthenticationChallenge(
  /external/webkit/WebCore/platform/network/
SocketStreamHandleClient.h 54 virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { }
ResourceHandleClient.h 81 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { }
  /external/webkit/WebCore/loader/
ResourceLoadNotifier.cpp 55 void ResourceLoadNotifier::didCancelAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge)
ResourceLoader.cpp 450 void ResourceLoader::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge)
455 frameLoader()->notifier()->didCancelAuthenticationChallenge(this, challenge);
ResourceLoader.h 92 void didCancelAuthenticationChallenge(const AuthenticationChallenge&);
107 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& challenge) { didCancelAuthenticationChallenge(challenge); }
  /external/webkit/WebCore/websockets/
WebSocketChannel.cpp 231 void WebSocketChannel::didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&)
  /external/webkit/WebKit/win/
DefaultDownloadDelegate.cpp 142 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge)
144 LOG(Download, "DefaultDownloadDelegate %p - didCancelAuthenticationChallenge %p", download, challenge);

Completed in 129 milliseconds