Home
last modified time | relevance | path

Searched defs:didCancelAuthenticationChallenge (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
DResourceLoadDelegate.h65 virtual HRESULT STDMETHODCALLTYPE didCancelAuthenticationChallenge( in didCancelAuthenticationChallenge() function
/external/webkit/WebCore/loader/
DResourceLoader.h103 …virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& chal… in didCancelAuthenticationChallenge() function
DResourceLoader.cpp456 void ResourceLoader::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge) in didCancelAuthenticationChallenge() function in WebCore::ResourceLoader
DFrameLoader.cpp5112 void FrameLoader::didCancelAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChal… in loadItem() function in WebCore::FrameLoader
/external/webkit/WebKit/win/
DDefaultDownloadDelegate.cpp142 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* d… in didCancelAuthenticationChallenge() function in DefaultDownloadDelegate
/external/webkit/WebCore/platform/network/
DResourceHandleClient.h80 … virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { } in didCancelAuthenticationChallenge() function