Searched defs:receivedCancellation (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/network/curl/
H A DSocketStreamHandleCurl.cpp84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
H A DResourceHandleCurl.cpp220 void ResourceHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::ResourceHandle
/external/webkit/Source/WebCore/platform/network/win/
H A DSocketStreamHandleWin.cpp84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
/external/webkit/Source/WebCore/loader/
H A DSubresourceLoaderClient.h56 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&) { } function in class:WebCore::SubresourceLoaderClient
H A DDocumentThreadableLoader.cpp314 void DocumentThreadableLoader::receivedCancellation(SubresourceLoader* loader, const AuthenticationChallenge& challenge) function in class:WebCore::DocumentThreadableLoader
H A DResourceLoader.cpp497 void ResourceLoader::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::ResourceLoader
H A DResourceLoader.h101 virtual void receivedCancellation(const AuthenticationChallenge&);
123 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge& challenge) { receivedCancellation(challenge); } function in class:WebCore::ResourceLoader
H A DSubresourceLoader.cpp277 void SubresourceLoader::receivedCancellation(const AuthenticationChallenge& challenge) function in class:WebCore::SubresourceLoader
284 m_client->receivedCancellation(this, challenge);
286 ResourceLoader::receivedCancellation(challenge);
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
H A DDownloadCurl.cpp71 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) function in class:WebKit::Download
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
H A DDownloadQt.cpp75 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) function in class:WebKit::Download
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
H A DDownloadSoup.cpp76 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) function in class:WebKit::Download
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandleClient.h94 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { } function in class:WebCore::ResourceHandleClient
/external/webkit/Source/WebCore/platform/network/brew/
H A DSocketStreamHandleBrew.cpp225 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
/external/webkit/Source/WebCore/platform/network/qt/
H A DSocketStreamHandleQt.cpp198 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
/external/webkit/Source/WebCore/platform/network/soup/
H A DSocketStreamHandleSoup.cpp214 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
H A DDownloadCFNet.cpp221 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) function in class:WebKit::Download
/external/webkit/Source/WebCore/platform/network/cf/
H A DSocketStreamHandleCFNet.cpp669 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) function in class:WebCore::SocketStreamHandle
H A DResourceHandleCFNet.cpp609 void ResourceHandle::receivedCancellation(const AuthenticationChallenge& challenge) function in class:WebCore::ResourceHandle
611 LOG(Network, "CFNet - receivedCancellation()");
616 client()->receivedCancellation(this, challenge);

Completed in 158 milliseconds