HomeSort by relevance Sort by last modified time
    Searched refs:continueWithoutCredentialForAuthenticationChallenge (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit/win/
WebURLAuthenticationChallengeSenderCurl.cpp 49 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::continueWithoutCredentialForAuthenticationChallenge(
WebURLAuthenticationChallengeSender.h 56 virtual HRESULT STDMETHODCALLTYPE continueWithoutCredentialForAuthenticationChallenge(
WebURLAuthenticationChallengeSenderCFNet.cpp 52 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::continueWithoutCredentialForAuthenticationChallenge(
WebDownloadCurl.cpp 136 HRESULT STDMETHODCALLTYPE WebDownload::continueWithoutCredentialForAuthenticationChallenge(
WebDownload.h 102 virtual HRESULT STDMETHODCALLTYPE continueWithoutCredentialForAuthenticationChallenge(
WebDownloadCFNet.cpp 319 HRESULT STDMETHODCALLTYPE WebDownload::continueWithoutCredentialForAuthenticationChallenge(
  /external/webkit/Source/WebKit/mac/Panels/
WebPanelAuthenticationHandler.m 155 [[challenge sender] continueWithoutCredentialForAuthenticationChallenge:challenge];
  /external/webkit/Source/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 108 - (void)continueWithoutCredentialForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
110 HRESULT continueWithoutCredentialForAuthenticationChallenge([in] IWebURLAuthenticationChallenge* challenge);
  /external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm 77 - (void)continueWithoutCredentialForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
ResourceHandleMac.mm 718 [[d->m_currentMacChallenge sender] continueWithoutCredentialForAuthenticationChallenge:d->m_currentMacChallenge];
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm 188 [authenticationChallenge.sender() continueWithoutCredentialForAuthenticationChallenge:authenticationChallenge.nsURLAuthenticationChallenge()];
  /external/webkit/Tools/DumpRenderTree/mac/
ResourceLoadDelegate.mm 181 [[challenge sender] continueWithoutCredentialForAuthenticationChallenge:challenge];
  /external/webkit/Tools/DumpRenderTree/win/
ResourceLoadDelegate.cpp 298 sender->continueWithoutCredentialForAuthenticationChallenge(challenge);

Completed in 228 milliseconds