Searched refs:continueWithoutCredentialForAuthenticationChallenge (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebURLAuthenticationChallengeSenderCurl.cpp49 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::continueWithoutCredentialForAuthenticationChallenge( function in class:WebURLAuthenticationChallengeSender
H A DWebURLAuthenticationChallengeSender.h56 virtual HRESULT STDMETHODCALLTYPE continueWithoutCredentialForAuthenticationChallenge(
H A DWebURLAuthenticationChallengeSenderCFNet.cpp52 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::continueWithoutCredentialForAuthenticationChallenge( function in class:WebURLAuthenticationChallengeSender
H A DWebDownloadCurl.cpp136 HRESULT STDMETHODCALLTYPE WebDownload::continueWithoutCredentialForAuthenticationChallenge( function in class:WebDownload
H A DWebDownload.h102 virtual HRESULT STDMETHODCALLTYPE continueWithoutCredentialForAuthenticationChallenge(
H A DWebDownloadCFNet.cpp319 HRESULT STDMETHODCALLTYPE WebDownload::continueWithoutCredentialForAuthenticationChallenge( function in class:WebDownload
/external/webkit/Source/WebKit/mac/Panels/
H A DWebPanelAuthenticationHandler.m155 [[challenge sender] continueWithoutCredentialForAuthenticationChallenge:challenge];
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebURLAuthenticationChallenge.idl108 - (void)continueWithoutCredentialForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
110 HRESULT continueWithoutCredentialForAuthenticationChallenge([in] IWebURLAuthenticationChallenge* challenge);
/external/webkit/Source/WebCore/platform/network/mac/
H A DAuthenticationMac.mm77 - (void)continueWithoutCredentialForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
H A DResourceHandleMac.mm718 [[d->m_currentMacChallenge sender] continueWithoutCredentialForAuthenticationChallenge:d->m_currentMacChallenge];
1121 [challenge.sender() continueWithoutCredentialForAuthenticationChallenge:challenge.nsURLAuthenticationChallenge()];
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm188 [authenticationChallenge.sender() continueWithoutCredentialForAuthenticationChallenge:authenticationChallenge.nsURLAuthenticationChallenge()];
/external/webkit/Tools/DumpRenderTree/mac/
H A DResourceLoadDelegate.mm181 [[challenge sender] continueWithoutCredentialForAuthenticationChallenge:challenge];
/external/webkit/Tools/DumpRenderTree/win/
H A DResourceLoadDelegate.cpp298 sender->continueWithoutCredentialForAuthenticationChallenge(challenge);

Completed in 922 milliseconds