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

  /external/webkit/Source/WebCore/platform/network/curl/
SocketStreamHandleCurl.cpp 84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
ResourceHandleCurl.cpp 220 void ResourceHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/Source/WebCore/platform/network/win/
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/loader/
SubresourceLoaderClient.h 56 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);
ResourceLoader.cpp 497 void ResourceLoader::receivedCancellation(const AuthenticationChallenge&)
ResourceLoader.h 101 virtual void receivedCancellation(const AuthenticationChallenge&);
123 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge& challenge) { receivedCancellation(challenge); }
DocumentThreadableLoader.cpp 314 void DocumentThreadableLoader::receivedCancellation(SubresourceLoader* loader, const AuthenticationChallenge& challenge)
  /external/webkit/Source/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp 198 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DownloadCFNet.cpp 221 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge)
  /external/webkit/Source/WebCore/platform/network/
ResourceHandleClient.h 94 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { }
  /external/webkit/Source/WebCore/platform/network/brew/
SocketStreamHandleBrew.cpp 225 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 214 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 669 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
ResourceHandleCFNet.cpp 609 void ResourceHandle::receivedCancellation(const AuthenticationChallenge& challenge)
611 LOG(Network, "CFNet - receivedCancellation()");
616 client()->receivedCancellation(this, challenge);
    [all...]

Completed in 366 milliseconds