Searched refs:cancelAuthenticationChallenge (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallengeSenderCurl.cpp42 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge( function in class:WebURLAuthenticationChallengeSender
H A DWebURLAuthenticationChallengeSender.h53 virtual HRESULT STDMETHODCALLTYPE cancelAuthenticationChallenge(
H A DWebURLAuthenticationChallengeSenderCFNet.cpp41 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge( function in class:WebURLAuthenticationChallengeSender
H A DWebDownload.h106 virtual HRESULT STDMETHODCALLTYPE cancelAuthenticationChallenge(
H A DWebDownloadCurl.cpp139 HRESULT STDMETHODCALLTYPE WebDownload::cancelAuthenticationChallenge( function in class:WebDownload
H A DWebDownloadCFNet.cpp303 HRESULT STDMETHODCALLTYPE WebDownload::cancelAuthenticationChallenge( function in class:WebDownload
399 cancelAuthenticationChallenge(webChallenge.get());
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownloadAuthenticationClient.cpp59 m_download->cancelAuthenticationChallenge(challenge);
H A DDownload.h114 void cancelAuthenticationChallenge(const WebCore::AuthenticationChallenge&);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/curl/
H A DDownloadCurl.cpp86 void Download::cancelAuthenticationChallenge(const AuthenticationChallenge&) function in class:WebKit::Download
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DAuthenticationChallengeManager.h52 void cancelAuthenticationChallenge(AuthenticationChallengeClient*);
H A DAuthenticationChallengeManager.cpp173 void AuthenticationChallengeManager::cancelAuthenticationChallenge(AuthenticationChallengeClient* client) function in class:WebCore::AuthenticationChallengeManager
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Authentication/mac/
H A DAuthenticationManager.mac.mm52 [challenge.sender() cancelAuthenticationChallenge:challenge.nsURLAuthenticationChallenge()];
/macosx-10.9.5/WebKit-7537.78.2/mac/Panels/
H A DWebPanelAuthenticationHandler.m118 [[challenge sender] cancelAuthenticationChallenge:challenge];
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebURLAuthenticationChallenge.idl103 - (void)cancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
105 HRESULT cancelAuthenticationChallenge([in] IWebURLAuthenticationChallenge* challenge);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DWebCoreResourceHandleAsDelegate.mm109 [[challenge sender] cancelAuthenticationChallenge:challenge];
H A DWebCoreResourceHandleAsOperationQueueDelegate.mm174 [[challenge sender] cancelAuthenticationChallenge:challenge];
H A DAuthenticationMac.mm103 - (void)cancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
H A DResourceHandleMac.mm220 [[d->m_currentMacChallenge sender] cancelAuthenticationChallenge:d->m_currentMacChallenge];
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm123 [authenticationChallenge.sender() cancelAuthenticationChallenge:authenticationChallenge.nsURLAuthenticationChallenge()];
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/cfnet/
H A DDownloadCFNet.cpp75 void Download::cancelAuthenticationChallenge(const WebCore::AuthenticationChallenge&) function in class:WebKit::Download
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/soup/
H A DDownloadSoup.cpp256 void Download::cancelAuthenticationChallenge(const AuthenticationChallenge&) function in class:WebKit::Download
/macosx-10.9.5/security_ocspd-55118.2/server/
H A DocspdNetwork.mm288 [[challenge sender] cancelAuthenticationChallenge:challenge];
358 [[challenge sender] cancelAuthenticationChallenge:challenge];
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DMediaPlayerPrivateBlackBerry.cpp121 AuthenticationChallengeManager::instance()->cancelAuthenticationChallenge(this);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DNetworkJob.cpp115 AuthenticationChallengeManager::instance()->cancelAuthenticationChallenge(this);

Completed in 234 milliseconds