HomeSort by relevance Sort by last modified time
    Searched defs:didReceiveAuthenticationChallenge (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebCore/platform/network/curl/
SocketStreamHandleCurl.cpp 69 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&)
ResourceHandleCurl.cpp 213 void ResourceHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&)
  /external/webkit/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 68 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&)
  /external/webkit/WebCore/loader/
SubresourceLoaderClient.h 54 virtual void didReceiveAuthenticationChallenge(SubresourceLoader*, const AuthenticationChallenge&) { }
ResourceLoadNotifier.cpp 50 void ResourceLoadNotifier::didReceiveAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge)
SubresourceLoader.cpp 252 void SubresourceLoader::didReceiveAuthenticationChallenge(const AuthenticationChallenge& challenge)
257 m_client->didReceiveAuthenticationChallenge(this, challenge);
260 // If that's the case, don't call didReceiveAuthenticationChallenge
264 ResourceLoader::didReceiveAuthenticationChallenge(challenge);
DocumentThreadableLoader.cpp 261 void DocumentThreadableLoader::didReceiveAuthenticationChallenge(SubresourceLoader* loader, const AuthenticationChallenge&)
ResourceLoader.cpp 442 void ResourceLoader::didReceiveAuthenticationChallenge(const AuthenticationChallenge& challenge)
447 frameLoader()->notifier()->didReceiveAuthenticationChallenge(this, challenge);
ResourceLoader.h 91 virtual void didReceiveAuthenticationChallenge(const AuthenticationChallenge&);
106 virtual void didReceiveAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& challenge) { didReceiveAuthenticationChallenge(challenge); }
  /external/webkit/WebCore/platform/network/
SocketStreamHandleClient.h 53 virtual void didReceiveAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&) { }
ResourceHandleClient.h 80 virtual void didReceiveAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) { }
  /external/webkit/WebCore/loader/icon/
IconLoader.cpp 122 void IconLoader::didReceiveAuthenticationChallenge(SubresourceLoader*, const AuthenticationChallenge&)
  /external/webkit/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp 186 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge&)
  /external/webkit/WebKit/chromium/src/
SocketStreamHandle.cpp 218 void SocketStreamHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge& challenge)
221 m_client->didReceiveAuthenticationChallenge(this, challenge);
  /external/webkit/WebCore/websockets/
WebSocketChannel.cpp 227 void WebSocketChannel::didReceiveAuthenticationChallenge(SocketStreamHandle*, const AuthenticationChallenge&)
  /external/webkit/WebKit/win/
DefaultDownloadDelegate.cpp 157 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didReceiveAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge)
159 LOG(Download, "DefaultDownloadDelegate %p - didReceiveAuthenticationChallenge %p", download, challenge);
WebDownloadCFNet.cpp 382 void WebDownload::didReceiveAuthenticationChallenge(CFURLAuthChallengeRef challenge)
397 if (SUCCEEDED(m_delegate->didReceiveAuthenticationChallenge(this, webChallenge.get())))
524 { ((WebDownload*)clientInfo)->didReceiveAuthenticationChallenge(challenge); }
  /external/webkit/WebKitTools/DumpRenderTree/win/
ResourceLoadDelegate.cpp 262 HRESULT STDMETHODCALLTYPE ResourceLoadDelegate::didReceiveAuthenticationChallenge(
274 printf("%S - didReceiveAuthenticationChallenge - Responding with %s:%s\n", descriptionSuitableForTestResult(identifier).c_str(), user, password);
  /external/webkit/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 275 handle->didReceiveAuthenticationChallenge(AuthenticationChallenge(challenge, handle));
369 // Credentials for ftp can only be passed in URL, the didReceiveAuthenticationChallenge delegate call won't be made.
449 void ResourceHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge& challenge)
451 LOG(Network, "CFNet - didReceiveAuthenticationChallenge()");
489 client()->didReceiveAuthenticationChallenge(this, d->m_currentWebChallenge);
744 // Credentials for ftp can only be passed in URL, the didReceiveAuthenticationChallenge delegate call won't be made.
    [all...]

Completed in 623 milliseconds