Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/loader/
DResourceLoader.h101 virtual void receivedCancellation(const AuthenticationChallenge&);
123 …virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge& challenge) { rec… in receivedCancellation() function
DSubresourceLoader.cpp277 void SubresourceLoader::receivedCancellation(const AuthenticationChallenge& challenge) in receivedCancellation() function in WebCore::SubresourceLoader
284 m_client->receivedCancellation(this, challenge); in receivedCancellation()
286 ResourceLoader::receivedCancellation(challenge); in receivedCancellation()
DSubresourceLoaderClient.h56 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&) { } in receivedCancellation() function
DSubresourceLoader.h61 virtual void receivedCancellation(const AuthenticationChallenge&);
DDocumentThreadableLoader.h86 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&);
/external/webkit/Source/WebKit2/WebProcess/Authentication/
DAuthenticationManager.cpp120 Download::receivedCancellation(challenge); in cancelChallenge()
124 coreClient->receivedCancellation(challenge); in cancelChallenge()
/external/webkit/Source/WebCore/platform/network/
DAuthenticationClient.h38 virtual void receivedCancellation(const AuthenticationChallenge&) = 0;
DResourceHandleClient.h94 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { } in receivedCancellation() function
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
DDownloadCurl.cpp71 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation() function in WebKit::Download
/external/webkit/Source/WebCore/platform/network/win/
DSocketStreamHandleWin.cpp84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::SocketStreamHandle
DSocketStreamHandle.h63 void receivedCancellation(const AuthenticationChallenge&);
/external/webkit/Source/WebCore/platform/network/curl/
DSocketStreamHandleCurl.cpp84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::SocketStreamHandle
DSocketStreamHandle.h63 void receivedCancellation(const AuthenticationChallenge&);
DResourceHandleCurl.cpp220 void ResourceHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::ResourceHandle
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
DDownloadSoup.cpp76 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation() function in WebKit::Download
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
DDownloadQt.cpp75 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation() function in WebKit::Download
/external/webkit/Source/WebCore/platform/network/brew/
DSocketStreamHandle.h64 void receivedCancellation(const AuthenticationChallenge&);
DSocketStreamHandleBrew.cpp225 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::SocketStreamHandle
/external/webkit/Source/WebCore/platform/network/chromium/
DSocketStreamHandle.h64 void receivedCancellation(const AuthenticationChallenge&);
/external/webkit/Source/WebCore/platform/network/qt/
DSocketStreamHandle.h69 void receivedCancellation(const AuthenticationChallenge&);
DSocketStreamHandleQt.cpp198 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::SocketStreamHandle
/external/webkit/Source/WebKit/win/
DWebURLAuthenticationChallengeSenderCFNet.cpp48 m_client->receivedCancellation(webChallenge->authenticationChallenge()); in cancelAuthenticationChallenge()
/external/webkit/Source/WebCore/platform/network/soup/
DSocketStreamHandle.h74 void receivedCancellation(const AuthenticationChallenge&);
/external/webkit/Source/WebCore/platform/network/cf/
DSocketStreamHandle.h96 virtual void receivedCancellation(const AuthenticationChallenge&);
/external/webkit/Source/WebKit2/WebProcess/Downloads/
DDownload.h98 static void receivedCancellation(const WebCore::AuthenticationChallenge&);

12