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

1 2

  /external/webkit/Source/WebCore/platform/network/
AuthenticationClient.h 38 virtual void receivedCancellation(const AuthenticationChallenge&) = 0;
ResourceHandleClient.h 94 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { }
ResourceHandle.h 122 virtual void receivedCancellation(const AuthenticationChallenge&);
  /external/webkit/Source/WebCore/loader/
SubresourceLoaderClient.h 56 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&) { }
SubresourceLoader.h 61 virtual void receivedCancellation(const AuthenticationChallenge&);
ResourceLoader.h 101 virtual void receivedCancellation(const AuthenticationChallenge&);
123 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge& challenge) { receivedCancellation(challenge); }
DocumentThreadableLoader.h 86 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&);
SubresourceLoader.cpp 277 void SubresourceLoader::receivedCancellation(const AuthenticationChallenge& challenge)
284 m_client->receivedCancellation(this, challenge);
286 ResourceLoader::receivedCancellation(challenge);
  /external/webkit/Source/WebCore/platform/network/brew/
SocketStreamHandle.h 64 void receivedCancellation(const AuthenticationChallenge&);
SocketStreamHandleBrew.cpp 225 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/Source/WebCore/platform/network/chromium/
SocketStreamHandle.h 64 void receivedCancellation(const AuthenticationChallenge&);
  /external/webkit/Source/WebCore/platform/network/curl/
SocketStreamHandle.h 63 void receivedCancellation(const AuthenticationChallenge&);
SocketStreamHandleCurl.cpp 84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
ResourceHandleCurl.cpp 220 void ResourceHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/Source/WebCore/platform/network/win/
SocketStreamHandle.h 63 void receivedCancellation(const AuthenticationChallenge&);
SocketStreamHandleWin.cpp 84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
DownloadCurl.cpp 71 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge)
  /external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
DownloadQt.cpp 75 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge)
  /external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
DownloadSoup.cpp 76 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge)
  /external/webkit/Source/WebCore/platform/network/qt/
SocketStreamHandle.h 69 void receivedCancellation(const AuthenticationChallenge&);
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandle.h 74 void receivedCancellation(const AuthenticationChallenge&);
  /external/webkit/Source/WebKit/win/
WebURLAuthenticationChallengeSenderCFNet.cpp 48 m_client->receivedCancellation(webChallenge->authenticationChallenge());
  /external/webkit/Source/WebKit2/WebProcess/Authentication/
AuthenticationManager.cpp 120 Download::receivedCancellation(challenge);
124 coreClient->receivedCancellation(challenge);
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandle.h 96 virtual void receivedCancellation(const AuthenticationChallenge&);
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.h 98 static void receivedCancellation(const WebCore::AuthenticationChallenge&);

Completed in 3099 milliseconds

1 2