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