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

  /external/webkit/WebCore/platform/network/curl/
SocketStreamHandleCurl.cpp 84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
ResourceHandleCurl.cpp 228 void ResourceHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 83 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/WebCore/loader/
SubresourceLoaderClient.h 55 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&) { }
SubresourceLoader.cpp 267 void SubresourceLoader::receivedCancellation(const AuthenticationChallenge& challenge)
274 m_client->receivedCancellation(this, challenge);
276 ResourceLoader::receivedCancellation(challenge);
DocumentThreadableLoader.cpp 272 void DocumentThreadableLoader::receivedCancellation(SubresourceLoader* loader, const AuthenticationChallenge& challenge)
ResourceLoader.cpp 458 void ResourceLoader::receivedCancellation(const AuthenticationChallenge&)
ResourceLoader.h 93 virtual void receivedCancellation(const AuthenticationChallenge&);
108 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge& challenge) { receivedCancellation(challenge); }
  /external/webkit/WebCore/platform/network/
ResourceHandleClient.h 82 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { }
  /external/webkit/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp 201 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 635 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
ResourceHandleCFNet.cpp 533 void ResourceHandle::receivedCancellation(const AuthenticationChallenge& challenge)
535 LOG(Network, "CFNet - receivedCancellation()");
540 client()->receivedCancellation(this, challenge);
    [all...]

Completed in 173 milliseconds