Searched refs:didCancelAuthenticationChallenge (Results 1 - 21 of 21) 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
H A DResourceHandle.h126 void didCancelAuthenticationChallenge(const AuthenticationChallenge&);
/external/webkit/Source/WebCore/loader/
H A DResourceLoader.h97 void didCancelAuthenticationChallenge(const AuthenticationChallenge&);
116 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& challenge) { didCancelAuthenticationChallenge(challenge); } function in class:WebCore::ResourceLoader
H A DResourceLoadNotifier.h52 void didCancelAuthenticationChallenge(ResourceLoader*, const AuthenticationChallenge&);
H A DResourceLoader.cpp481 void ResourceLoader::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge) function in class:WebCore::ResourceLoader
486 frameLoader()->notifier()->didCancelAuthenticationChallenge(this, challenge);
H A DResourceLoadNotifier.cpp55 void ResourceLoadNotifier::didCancelAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge) function in class:WebCore::ResourceLoadNotifier
/external/webkit/Source/WebKit/mac/WebView/
H A DWebResourceLoadDelegate.h97 @method webView:resource:didCancelAuthenticationChallenge:fromDataSource:
101 - (void)webView:(WebView *)sender resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
/external/webkit/Source/WebKit/mac/Misc/
H A DWebDownload.mm136 - (void)download:(NSURLDownload *)download didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
138 if ([realDelegate respondsToSelector:@selector(download:didCancelAuthenticationChallenge:)]) {
139 [realDelegate download:download didCancelAuthenticationChallenge:challenge];
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebResourceLoadDelegate.idl110 @method webView:resource:didCancelAuthenticationChallenge:fromDataSource:
113 - (void)webView:(WebView *)sender resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
115 HRESULT didCancelAuthenticationChallenge([in] IWebView* webView, [in] unsigned long identifier, [in] IWebURLAuthenticationChallenge* challenge, [in] IWebDataSource* dataSource);
H A DIWebDownload.idl137 HRESULT didCancelAuthenticationChallenge([in] IWebDownload* download, [in] IWebURLAuthenticationChallenge* challenge);
/external/webkit/Source/WebCore/websockets/
H A DWebSocketChannel.h71 virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&);
H A DWebSocketChannel.cpp232 void WebSocketChannel::didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) function in class:WebCore::WebSocketChannel
/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.h51 virtual HRESULT STDMETHODCALLTYPE didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge);
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);
/external/webkit/Tools/DumpRenderTree/win/
H A DResourceLoadDelegate.h67 virtual HRESULT STDMETHODCALLTYPE didCancelAuthenticationChallenge( function in class:ResourceLoadDelegate
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceHandleMac.mm656 void ResourceHandle::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge)
663 client()->didCancelAuthenticationChallenge(this, challenge);
851 - (void)connection:(NSURLConnection *)connection didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
855 LOG(Network, "Handle %p delegate connection:%p didCancelAuthenticationChallenge:%p", m_handle, connection, challenge);
860 m_handle->didCancelAuthenticationChallenge(core(challenge));
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm239 - (void)download:(NSURLDownload *)download didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
/external/webkit/Tools/DumpRenderTree/mac/
H A DResourceLoadDelegate.mm198 - (void)webView:(WebView *)wv resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp172 resourceLoadDelegate->didCancelAuthenticationChallenge(webView, identifier, webChallenge.get(), getWebDataSource(loader));
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm463 CallResourceLoadDelegate(implementations->didCancelAuthenticationChallengeFunc, webView, @selector(webView:resource:didCancelAuthenticationChallenge:fromDataSource:), resource, webChallenge, dataSource(loader));

Completed in 1014 milliseconds