Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/win/
DResourceLoadDelegate.h67 virtual HRESULT STDMETHODCALLTYPE didCancelAuthenticationChallenge( in didCancelAuthenticationChallenge() function
/external/webkit/Source/WebCore/platform/network/
DSocketStreamHandleClient.h54 …virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&)… in didCancelAuthenticationChallenge() function
DResourceHandleClient.h90 … virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { } in didCancelAuthenticationChallenge() function
/external/webkit/Source/WebKit/win/
DDefaultDownloadDelegate.cpp142 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* d… in didCancelAuthenticationChallenge() function in DefaultDownloadDelegate
/external/webkit/Source/WebCore/loader/
DResourceLoader.h116 …virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& chal… in didCancelAuthenticationChallenge() function
DResourceLoadNotifier.cpp55 void ResourceLoadNotifier::didCancelAuthenticationChallenge(ResourceLoader* loader, const Authentic… in didCancelAuthenticationChallenge() function in WebCore::ResourceLoadNotifier
DResourceLoader.cpp481 void ResourceLoader::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge) in didCancelAuthenticationChallenge() function in WebCore::ResourceLoader
/external/webkit/Source/WebCore/websockets/
DWebSocketChannel.cpp232 void WebSocketChannel::didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationCh… in didCancelAuthenticationChallenge() function in WebCore::WebSocketChannel