Searched refs:didReceiveAuthenticationCancellation (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DThreadableLoaderClient.h52 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&) { } function in class:WebCore::ThreadableLoaderClient
H A DThreadableLoaderClientWrapper.h104 void didReceiveAuthenticationCancellation(const ResourceResponse& response) function in class:WebCore::ThreadableLoaderClientWrapper
H A DWorkerThreadableLoader.h122 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&);
H A DWorkerThreadableLoader.cpp251 workerClientWrapper->didReceiveAuthenticationCancellation(*response);
254 void WorkerThreadableLoader::MainThreadBridge::didReceiveAuthenticationCancellation(const ResourceResponse& response) function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
H A DDocumentThreadableLoader.cpp318 m_client->didReceiveAuthenticationCancellation(challenge.failureResponse());
/external/webkit/Source/WebCore/workers/
H A DWorkerScriptLoader.h65 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&);
H A DWorkerScriptLoader.cpp159 void WorkerScriptLoader::didReceiveAuthenticationCancellation(const ResourceResponse&) function in class:WebCore::WorkerScriptLoader
/external/webkit/Source/WebCore/notifications/
H A DNotification.h112 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&);
H A DNotification.cpp213 void Notification::didReceiveAuthenticationCancellation(const ResourceResponse&) function in class:WebCore::Notification
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.h156 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&);
H A DXMLHttpRequest.cpp1032 void XMLHttpRequest::didReceiveAuthenticationCancellation(const ResourceResponse& failureResponse) function in class:WebCore::XMLHttpRequest

Completed in 155 milliseconds