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

  /external/webkit/WebCore/platform/network/
AuthenticationClient.h 38 virtual void receivedCancellation(const AuthenticationChallenge&) = 0;
ResourceHandleClient.h 82 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { }
ResourceHandle.h 128 virtual void receivedCancellation(const AuthenticationChallenge&);
  /external/webkit/WebCore/loader/
SubresourceLoaderClient.h 55 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&) { }
SubresourceLoader.h 58 virtual void receivedCancellation(const AuthenticationChallenge&);
ResourceLoader.h 93 virtual void receivedCancellation(const AuthenticationChallenge&);
108 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge& challenge) { receivedCancellation(challenge); }
DocumentThreadableLoader.h 81 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);
ResourceLoader.cpp 458 void ResourceLoader::receivedCancellation(const AuthenticationChallenge&)
DocumentThreadableLoader.cpp 272 void DocumentThreadableLoader::receivedCancellation(SubresourceLoader* loader, const AuthenticationChallenge& challenge)
  /external/webkit/WebCore/platform/network/chromium/
SocketStreamHandle.h 64 void receivedCancellation(const AuthenticationChallenge&);
  /external/webkit/WebCore/platform/network/curl/
SocketStreamHandle.h 63 void receivedCancellation(const AuthenticationChallenge&);
SocketStreamHandleCurl.cpp 84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
ResourceHandleCurl.cpp 228 void ResourceHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/WebCore/platform/network/qt/
SocketStreamHandle.h 65 void receivedCancellation(const AuthenticationChallenge&);
SocketStreamHandleQt.cpp 201 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/WebCore/platform/network/soup/
SocketStreamHandle.h 63 void receivedCancellation(const AuthenticationChallenge&);
SocketStreamHandleSoup.cpp 83 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/WebKit/win/
WebURLAuthenticationChallengeSenderCFNet.cpp 51 m_client->receivedCancellation(webChallenge->authenticationChallenge());
  /external/webkit/WebCore/platform/network/cf/
SocketStreamHandle.h 89 virtual void receivedCancellation(const AuthenticationChallenge&);
ResourceHandleCFNet.cpp 533 void ResourceHandle::receivedCancellation(const AuthenticationChallenge& challenge)
535 LOG(Network, "CFNet - receivedCancellation()");
540 client()->receivedCancellation(this, challenge);
    [all...]
SocketStreamHandleCFNet.cpp 635 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&)
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 78 m_client->receivedCancellation(core(challenge));
ResourceHandleMac.mm 573 void ResourceHandle::receivedCancellation(const AuthenticationChallenge& challenge)
579 client()->receivedCancellation(this, challenge);
    [all...]

Completed in 89 milliseconds