Home
last modified time | relevance | path

Searched refs:cancelAuthenticationChallenge (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebURLAuthenticationChallengeSenderCurl.cpp42 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge( in cancelAuthenticationChallenge() function in WebURLAuthenticationChallengeSender
DWebURLAuthenticationChallengeSenderCFNet.cpp41 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge( in cancelAuthenticationChallenge() function in WebURLAuthenticationChallengeSender
DWebURLAuthenticationChallengeSender.h53 virtual HRESULT STDMETHODCALLTYPE cancelAuthenticationChallenge(
DWebDownloadCurl.cpp129 HRESULT STDMETHODCALLTYPE WebDownload::cancelAuthenticationChallenge( in cancelAuthenticationChallenge() function in WebDownload
DWebDownload.h99 virtual HRESULT STDMETHODCALLTYPE cancelAuthenticationChallenge(
DWebDownloadCFNet.cpp303 HRESULT STDMETHODCALLTYPE WebDownload::cancelAuthenticationChallenge( in cancelAuthenticationChallenge() function in WebDownload
399 cancelAuthenticationChallenge(webChallenge.get()); in didReceiveAuthenticationChallenge()
DChangeLog-2009-06-161846 (WebDownload::cancelAuthenticationChallenge):
1861 (WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge):
10686 (WebDownload::cancelAuthenticationChallenge): Implement.
10729 (WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge):
13771 (WebDownload::cancelAuthenticationChallenge):
17467 (WebDownload::cancelAuthenticationChallenge):
17895 (WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge):
DChangeLog7945 (WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge):
/external/webkit/Source/WebKit/win/Interfaces/
DIWebURLAuthenticationChallenge.idl103 - (void)cancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
105 HRESULT cancelAuthenticationChallenge([in] IWebURLAuthenticationChallenge* challenge);
/external/webkit/Source/WebKit/mac/Panels/
DWebPanelAuthenticationHandler.m120 [[challenge sender] cancelAuthenticationChallenge:challenge];
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DDownloadMac.mm193 …[authenticationChallenge.sender() cancelAuthenticationChallenge:authenticationChallenge.nsURLAuthe…
/external/webkit/Source/WebCore/platform/network/mac/
DAuthenticationMac.mm83 - (void)cancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
DResourceHandleMac.mm376 [[d->m_currentMacChallenge sender] cancelAuthenticationChallenge:d->m_currentMacChallenge];
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm1006 [[challenge sender] cancelAuthenticationChallenge:challenge];
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1465628 (-[WebCoreResourceHandleAsDelegate cancelAuthenticationChallenge:]):
65831 (-[WebCoreResourceHandleAsDelegate cancelAuthenticationChallenge:]):
DChangeLog-2006-12-316750 (-[WebCoreResourceHandleAsDelegate cancelAuthenticationChallenge:]):
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0924987 (-[WebBaseResourceHandleDelegate cancelAuthenticationChallenge:]):