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

  /external/webkit/WebCore/loader/
ThreadableLoaderClient.h 49 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&) { }
ThreadableLoaderClientWrapper.h 98 void didReceiveAuthenticationCancellation(const ResourceResponse& response)
WorkerThreadableLoader.h 120 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&);
WorkerThreadableLoader.cpp 239 workerClientWrapper->didReceiveAuthenticationCancellation(*response);
242 void WorkerThreadableLoader::MainThreadBridge::didReceiveAuthenticationCancellation(const ResourceResponse& response)
DocumentThreadableLoader.cpp 276 m_client->didReceiveAuthenticationCancellation(challenge.failureResponse());
  /external/webkit/WebCore/workers/
WorkerScriptLoader.h 64 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&);
WorkerScriptLoader.cpp 147 void WorkerScriptLoader::didReceiveAuthenticationCancellation(const ResourceResponse&)
  /external/webkit/WebCore/xml/
XMLHttpRequest.h 119 virtual void didReceiveAuthenticationCancellation(const ResourceResponse&);
XMLHttpRequest.cpp 882 void XMLHttpRequest::didReceiveAuthenticationCancellation(const ResourceResponse& failureResponse)

Completed in 84 milliseconds