Home
last modified time | relevance | path

Searched refs:receivedCancellation (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/WebCore/loader/
DResourceLoader.h93 virtual void receivedCancellation(const AuthenticationChallenge&);
108 …virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge& challenge) { rec… in receivedCancellation() function
DSubresourceLoader.cpp267 void SubresourceLoader::receivedCancellation(const AuthenticationChallenge& challenge) in receivedCancellation() function in WebCore::SubresourceLoader
274 m_client->receivedCancellation(this, challenge); in receivedCancellation()
276 ResourceLoader::receivedCancellation(challenge); in receivedCancellation()
DSubresourceLoaderClient.h55 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&) { } in receivedCancellation() function
DSubresourceLoader.h58 virtual void receivedCancellation(const AuthenticationChallenge&);
DDocumentThreadableLoader.h81 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&);
DResourceLoader.cpp458 void ResourceLoader::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::ResourceLoader
DDocumentThreadableLoader.cpp272 void DocumentThreadableLoader::receivedCancellation(SubresourceLoader* loader, const Authentication… in receivedCancellation() function in WebCore::DocumentThreadableLoader
/external/webkit/WebCore/platform/network/
DAuthenticationClient.h38 virtual void receivedCancellation(const AuthenticationChallenge&) = 0;
DResourceHandleClient.h82 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { } in receivedCancellation() function
DResourceHandle.h128 virtual void receivedCancellation(const AuthenticationChallenge&);
/external/webkit/WebCore/platform/network/soup/
DSocketStreamHandleSoup.cpp83 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::SocketStreamHandle
DSocketStreamHandle.h63 void receivedCancellation(const AuthenticationChallenge&);
/external/webkit/WebCore/platform/network/curl/
DSocketStreamHandleCurl.cpp84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::SocketStreamHandle
DSocketStreamHandle.h63 void receivedCancellation(const AuthenticationChallenge&);
DResourceHandleCurl.cpp228 void ResourceHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::ResourceHandle
/external/webkit/WebCore/platform/network/qt/
DSocketStreamHandle.h65 void receivedCancellation(const AuthenticationChallenge&);
DSocketStreamHandleQt.cpp201 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::SocketStreamHandle
/external/webkit/WebCore/platform/network/chromium/
DSocketStreamHandle.h64 void receivedCancellation(const AuthenticationChallenge&);
/external/webkit/WebKit/win/
DWebURLAuthenticationChallengeSenderCFNet.cpp51 m_client->receivedCancellation(webChallenge->authenticationChallenge()); in cancelAuthenticationChallenge()
/external/webkit/WebCore/platform/network/cf/
DSocketStreamHandle.h89 virtual void receivedCancellation(const AuthenticationChallenge&);
DResourceHandleCFNet.cpp533 void ResourceHandle::receivedCancellation(const AuthenticationChallenge& challenge) in receivedCancellation() function in WebCore::ResourceHandle
540 client()->receivedCancellation(this, challenge); in receivedCancellation()
DSocketStreamHandleCFNet.cpp635 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::SocketStreamHandle
/external/webkit/WebCore/platform/network/mac/
DAuthenticationMac.mm78 m_client->receivedCancellation(core(challenge));
DResourceHandleMac.mm573 void ResourceHandle::receivedCancellation(const AuthenticationChallenge& challenge)
579 client()->receivedCancellation(this, challenge);
/external/webkit/WebCore/
DChangeLog-2007-10-1412688 Make receivedCancellation virtual.
12691 (WebCore::SubresourceLoader::receivedCancellation):
12692 Call SubresourceLoaderClient::receivedCancellation.
12695 (WebCore::XMLHttpRequest::receivedCancellation):
14115 (WebCore::ResourceHandle::receivedCancellation):
14119 (WebCore::ResourceHandle::receivedCancellation):
26880 …(WebCore::ResourceHandle::receivedCancellation): Copy Mac behavior by calling cancel on the handle
26937 (WebCore::ResourceHandle::receivedCancellation):
65606 (WebCore::ResourceLoader::receivedCancellation):
65622 (WebCore::ResourceHandle::receivedCancellation):
[all …]

12