HomeSort by relevance Sort by last modified time
    Searched refs:receivedRequestToContinueWithoutCredential (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/network/
AuthenticationClient.h 37 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&) = 0;
ResourceHandle.h 121 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
  /external/webkit/Source/WebCore/platform/network/brew/
SocketStreamHandle.h 63 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
SocketStreamHandleBrew.cpp 220 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&)
  /external/webkit/Source/WebCore/platform/network/chromium/
SocketStreamHandle.h 63 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
  /external/webkit/Source/WebCore/platform/network/curl/
SocketStreamHandle.h 62 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
SocketStreamHandleCurl.cpp 79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&)
ResourceHandleCurl.cpp 215 void ResourceHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&)
  /external/webkit/Source/WebCore/platform/network/win/
SocketStreamHandle.h 62 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
SocketStreamHandleWin.cpp 79 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&)
  /external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
DownloadCurl.cpp 66 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)
  /external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
DownloadQt.cpp 70 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)
  /external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
DownloadSoup.cpp 71 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)
  /external/webkit/Source/WebCore/platform/network/qt/
SocketStreamHandle.h 68 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
SocketStreamHandleQt.cpp 193 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&)
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandle.h 73 void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
SocketStreamHandleSoup.cpp 209 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&)
  /external/webkit/Source/WebKit/win/
WebURLAuthenticationChallengeSenderCFNet.cpp 59 m_client->receivedRequestToContinueWithoutCredential(webChallenge->authenticationChallenge());
  /external/webkit/Source/WebKit2/WebProcess/Authentication/
AuthenticationManager.cpp 106 Download::receivedRequestToContinueWithoutCredential(challenge);
110 coreClient->receivedRequestToContinueWithoutCredential(challenge);
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandle.h 95 virtual void receivedRequestToContinueWithoutCredential(const AuthenticationChallenge&);
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.h 97 static void receivedRequestToContinueWithoutCredential(const WebCore::AuthenticationChallenge&);
  /external/webkit/Source/WebKit/chromium/src/
SocketStreamHandle.cpp 229 void SocketStreamHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& challenge)
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DownloadCFNet.cpp 216 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)
  /external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm 80 m_client->receivedRequestToContinueWithoutCredential(core(challenge));
  /external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm 186 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)

Completed in 401 milliseconds

1 2