/external/webkit/Source/WebCore/loader/ |
D | ResourceLoader.h | 101 virtual void receivedCancellation(const AuthenticationChallenge&); 123 …virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge& challenge) { rec… in receivedCancellation() function
|
D | SubresourceLoader.cpp | 277 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()
|
D | SubresourceLoaderClient.h | 56 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&) { } in receivedCancellation() function
|
D | SubresourceLoader.h | 61 virtual void receivedCancellation(const AuthenticationChallenge&);
|
D | DocumentThreadableLoader.h | 86 virtual void receivedCancellation(SubresourceLoader*, const AuthenticationChallenge&);
|
/external/webkit/Source/WebKit2/WebProcess/Authentication/ |
D | AuthenticationManager.cpp | 120 Download::receivedCancellation(challenge); in cancelChallenge() 124 coreClient->receivedCancellation(challenge); in cancelChallenge()
|
/external/webkit/Source/WebCore/platform/network/ |
D | AuthenticationClient.h | 38 virtual void receivedCancellation(const AuthenticationChallenge&) = 0;
|
D | ResourceHandleClient.h | 94 virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge&) { } in receivedCancellation() function
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/ |
D | DownloadCurl.cpp | 71 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation() function in WebKit::Download
|
/external/webkit/Source/WebCore/platform/network/win/ |
D | SocketStreamHandleWin.cpp | 84 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::SocketStreamHandle
|
D | SocketStreamHandle.h | 63 void receivedCancellation(const AuthenticationChallenge&);
|
/external/webkit/Source/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 | 220 void ResourceHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::ResourceHandle
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/ |
D | DownloadSoup.cpp | 76 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation() function in WebKit::Download
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/ |
D | DownloadQt.cpp | 75 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation() function in WebKit::Download
|
/external/webkit/Source/WebCore/platform/network/brew/ |
D | SocketStreamHandle.h | 64 void receivedCancellation(const AuthenticationChallenge&);
|
D | SocketStreamHandleBrew.cpp | 225 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::SocketStreamHandle
|
/external/webkit/Source/WebCore/platform/network/chromium/ |
D | SocketStreamHandle.h | 64 void receivedCancellation(const AuthenticationChallenge&);
|
/external/webkit/Source/WebCore/platform/network/qt/ |
D | SocketStreamHandle.h | 69 void receivedCancellation(const AuthenticationChallenge&);
|
D | SocketStreamHandleQt.cpp | 198 void SocketStreamHandle::receivedCancellation(const AuthenticationChallenge&) in receivedCancellation() function in WebCore::SocketStreamHandle
|
/external/webkit/Source/WebKit/win/ |
D | WebURLAuthenticationChallengeSenderCFNet.cpp | 48 m_client->receivedCancellation(webChallenge->authenticationChallenge()); in cancelAuthenticationChallenge()
|
/external/webkit/Source/WebCore/platform/network/soup/ |
D | SocketStreamHandle.h | 74 void receivedCancellation(const AuthenticationChallenge&);
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | SocketStreamHandle.h | 96 virtual void receivedCancellation(const AuthenticationChallenge&);
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/ |
D | Download.h | 98 static void receivedCancellation(const WebCore::AuthenticationChallenge&);
|