HomeSort by relevance Sort by last modified time
    Searched refs:didReceiveAuthenticationCancellation (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/loader/
ThreadableLoaderClient.h 52 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&) { }
ThreadableLoaderClientWrapper.h 104 void didReceiveAuthenticationCancellation(const ResourceResponse& response)
WorkerThreadableLoader.h 122 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&);
WorkerThreadableLoader.cpp 251 workerClientWrapper->didReceiveAuthenticationCancellation(*response);
254 void WorkerThreadableLoader::MainThreadBridge::didReceiveAuthenticationCancellation(const ResourceResponse& response)
DocumentThreadableLoader.cpp 318 m_client->didReceiveAuthenticationCancellation(challenge.failureResponse());
  /external/webkit/Source/WebCore/workers/
WorkerScriptLoader.h 65 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&);
WorkerScriptLoader.cpp 159 void WorkerScriptLoader::didReceiveAuthenticationCancellation(const ResourceResponse&)
  /external/webkit/Source/WebCore/notifications/
Notification.h 112 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&);
Notification.cpp 213 void Notification::didReceiveAuthenticationCancellation(const ResourceResponse&)
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.h 156 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&);
XMLHttpRequest.cpp 1032 void XMLHttpRequest::didReceiveAuthenticationCancellation(const ResourceResponse& failureResponse)
    [all...]

Completed in 521 milliseconds