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

  /external/webkit/WebKit/win/
WebURLAuthenticationChallengeSenderCurl.cpp 52 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::continueWithoutCredentialForAuthenticationChallenge(
WebURLAuthenticationChallengeSender.h 56 virtual HRESULT STDMETHODCALLTYPE continueWithoutCredentialForAuthenticationChallenge(
WebURLAuthenticationChallengeSenderCFNet.cpp 55 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::continueWithoutCredentialForAuthenticationChallenge(
WebDownloadCurl.cpp 138 HRESULT STDMETHODCALLTYPE WebDownload::continueWithoutCredentialForAuthenticationChallenge(
WebDownload.h 102 virtual HRESULT STDMETHODCALLTYPE continueWithoutCredentialForAuthenticationChallenge(
WebDownloadCFNet.cpp 320 HRESULT STDMETHODCALLTYPE WebDownload::continueWithoutCredentialForAuthenticationChallenge(
  /external/webkit/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 108 - (void)continueWithoutCredentialForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
110 HRESULT continueWithoutCredentialForAuthenticationChallenge([in] IWebURLAuthenticationChallenge* challenge);
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 69 - (void)continueWithoutCredentialForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
ResourceHandleMac.mm 568 [[d->m_currentMacChallenge sender] continueWithoutCredentialForAuthenticationChallenge:d->m_currentMacChallenge];
    [all...]

Completed in 832 milliseconds