/external/webkit/Source/WebCore/platform/network/ |
SocketStreamHandleClient.h | 54 virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { }
|
ResourceHandleClient.h | 90 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { }
|
ResourceHandle.h | 126 void didCancelAuthenticationChallenge(const AuthenticationChallenge&);
|
/external/webkit/Source/WebCore/loader/ |
ResourceLoader.h | 97 void didCancelAuthenticationChallenge(const AuthenticationChallenge&); 116 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& challenge) { didCancelAuthenticationChallenge(challenge); }
|
ResourceLoadNotifier.h | 52 void didCancelAuthenticationChallenge(ResourceLoader*, const AuthenticationChallenge&);
|
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);
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebDownload.mm | 136 - (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/ |
DefaultDownloadDelegate.h | 51 virtual HRESULT STDMETHODCALLTYPE didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge);
|
DefaultDownloadDelegate.cpp | 142 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge) 144 LOG(Download, "DefaultDownloadDelegate %p - didCancelAuthenticationChallenge %p", download, challenge);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebResourceLoadDelegate.idl | 110 @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);
|
IWebDownload.idl | 137 HRESULT didCancelAuthenticationChallenge([in] IWebDownload* download, [in] IWebURLAuthenticationChallenge* challenge);
|
/external/webkit/Source/WebCore/websockets/ |
WebSocketChannel.h | 71 virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&);
|
WebSocketChannel.cpp | 232 void WebSocketChannel::didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&)
|
/external/webkit/Tools/DumpRenderTree/win/ |
ResourceLoadDelegate.h | 67 virtual HRESULT STDMETHODCALLTYPE didCancelAuthenticationChallenge(
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebResourceLoadDelegate.h | 97 @method webView:resource:didCancelAuthenticationChallenge:fromDataSource: 101 - (void)webView:(WebView *)sender resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
|
/external/webkit/Source/WebCore/platform/network/mac/ |
ResourceHandleMac.mm | 656 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)); [all...] |
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/ |
DownloadMac.mm | 239 - (void)download:(NSURLDownload *)download didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
|
/external/webkit/Tools/DumpRenderTree/mac/ |
ResourceLoadDelegate.mm | 198 - (void)webView:(WebView *)wv resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebFrameLoaderClient.cpp | 172 resourceLoadDelegate->didCancelAuthenticationChallenge(webView, identifier, webChallenge.get(), getWebDataSource(loader)); [all...] |
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.mm | 463 CallResourceLoadDelegate(implementations->didCancelAuthenticationChallengeFunc, webView, @selector(webView:resource:didCancelAuthenticationChallenge:fromDataSource:), resource, webChallenge, dataSource(loader)); [all...] |
/external/webkit/Source/WebCore/ |
ChangeLog-2006-12-31 | [all...] |
ChangeLog-2009-06-16 | [all...] |
/external/webkit/Source/WebKit/mac/ |
ChangeLog-2006-02-09 | [all...] |