Searched refs:didCancelAuthenticationChallenge (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DSocketStreamHandleClient.h56 virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { } function in class:WebCore::SocketStreamHandleClient
H A DResourceHandleClient.h107 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { } function in class:WebCore::ResourceHandleClient
H A DResourceHandle.h124 void didCancelAuthenticationChallenge(const AuthenticationChallenge&);
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceLoadNotifier.h52 void didCancelAuthenticationChallenge(ResourceLoader*, const AuthenticationChallenge&);
H A DResourceLoader.h96 void didCancelAuthenticationChallenge(const AuthenticationChallenge&);
115 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& challenge) OVERRIDE { didCancelAuthenticationChallenge(challenge); }
H A DResourceLoader.cpp541 void ResourceLoader::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge) function in class:WebCore::ResourceLoader
546 frameLoader()->notifier()->didCancelAuthenticationChallenge(this, challenge);
H A DResourceLoadNotifier.cpp55 void ResourceLoadNotifier::didCancelAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge) function in class:WebCore::ResourceLoadNotifier
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebResourceLoadDelegate.h91 @method webView:resource:didCancelAuthenticationChallenge:fromDataSource:
95 - (void)webView:(WebView *)sender resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
H A DWebView.mm1615 cache->didCancelAuthenticationChallengeFunc = getMethod(delegate, @selector(webView:resource:didCancelAuthenticationChallenge:fromDataSource:));
/macosx-10.9.5/WebKit-7537.78.2/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);
/macosx-10.9.5/WebKit-7537.78.2/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);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownload.mm151 - (void)download:(NSURLDownload *)download didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
153 if ([realDelegate respondsToSelector:@selector(download:didCancelAuthenticationChallenge:)]) {
154 [realDelegate download:download didCancelAuthenticationChallenge:challenge];
/macosx-10.9.5/KerberosHelper-148/CFNetwork/
H A DNSURLConnection.m51 - (void)connection:(NSURLConnection *)connection didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge;
75 - (void)connection:(NSURLConnection *)connection didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DWebCoreResourceHandleAsDelegate.mm115 - (void)connection:(NSURLConnection *)connection didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
121 LOG(Network, "Handle %p delegate connection:%p didCancelAuthenticationChallenge:%p", m_handle, connection, challenge);
125 m_handle->didCancelAuthenticationChallenge(core(challenge));
H A DWebCoreResourceHandleAsOperationQueueDelegate.mm181 - (void)connection:(NSURLConnection *)connection didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
188 LOG(Network, "Handle %p delegate connection:%p didCancelAuthenticationChallenge:%p", m_handle, connection, challenge);
193 m_handle->didCancelAuthenticationChallenge(core(challenge));
H A DResourceHandleMac.mm506 void ResourceHandle::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge)
513 client()->didCancelAuthenticationChallenge(this, challenge);
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketChannel.h93 virtual void didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) OVERRIDE;
H A DWebSocketChannel.cpp350 void WebSocketChannel::didCancelAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) function in class:WebCore::WebSocketChannel
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm184 - (void)download:(NSURLDownload *)download didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/
H A DNetworkResourceLoader.h94 virtual void didCancelAuthenticationChallenge(WebCore::ResourceHandle*, const WebCore::AuthenticationChallenge&) OVERRIDE;
H A DNetworkResourceLoader.cpp327 void NetworkResourceLoader::didCancelAuthenticationChallenge(ResourceHandle* handle, const AuthenticationChallenge& challenge) function in class:WebKit::NetworkResourceLoader
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp253 resourceLoadDelegate->didCancelAuthenticationChallenge(webView, identifier, webChallenge.get(), getWebDataSource(loader));
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm436 CallResourceLoadDelegate(implementations->didCancelAuthenticationChallengeFunc, webView, @selector(webView:resource:didCancelAuthenticationChallenge:fromDataSource:), resource, webChallenge, dataSource(loader));

Completed in 216 milliseconds