Searched refs:didReceiveResponse (Results 1 - 25 of 77) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerScriptLoaderClient.h37 virtual void didReceiveResponse(unsigned long /*identifier*/, const ResourceResponse&) { } function in class:blink::WorkerScriptLoaderClient
H A DWorker.h72 virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE;
H A DWorkerScriptLoader.cpp113 void WorkerScriptLoader::didReceiveResponse(unsigned long identifier, const ResourceResponse& response) function in class:blink::WorkerScriptLoader
122 m_client->didReceiveResponse(identifier, response);
H A DWorkerScriptLoader.h74 virtual void didReceiveResponse(unsigned long /*identifier*/, const ResourceResponse&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DThreadableLoaderClientWrapper.h66 void didReceiveResponse(unsigned long identifier, const ResourceResponse& response) function in class:blink::ThreadableLoaderClientWrapper
69 m_client->didReceiveResponse(identifier, response);
118 m_client->didReceiveResponse(identifier, response);
H A DThreadableLoaderClient.h49 virtual void didReceiveResponse(unsigned long /*identifier*/, const ResourceResponse&) { } function in class:blink::ThreadableLoaderClient
H A DWorkerLoaderClientBridge.h52 virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE;
H A DWorkerLoaderClientBridgeSyncHelper.h58 virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE;
H A DPingLoader.h79 virtual void didReceiveResponse(blink::WebURLLoader*, const blink::WebURLResponse&) OVERRIDE;
H A DWorkerLoaderClientBridge.cpp67 workerClientWrapper->didReceiveResponse(identifier, *response);
70 void WorkerLoaderClientBridge::didReceiveResponse(unsigned long identifier, const ResourceResponse& response) function in class:blink::WorkerLoaderClientBridge
H A DWorkerLoaderClientBridgeSyncHelper.cpp73 client->didReceiveResponse(identifier, *response);
76 void WorkerLoaderClientBridgeSyncHelper::didReceiveResponse(unsigned long identifier, const ResourceResponse& response) function in class:blink::WorkerLoaderClientBridgeSyncHelper
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DPluginView.h57 virtual void didReceiveResponse(const ResourceResponse&) { } function in class:blink::PluginView
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLLoaderClient.h54 virtual void didReceiveResponse(WebURLLoader*, const WebURLResponse&) { } function in class:blink::WebURLLoaderClient
/external/chromium_org/components/nacl/renderer/
H A Dfile_downloader.h48 virtual void didReceiveResponse(blink::WebURLLoader* loader,
H A Dmanifest_downloader.cc35 void ManifestDownloader::didReceiveResponse( function in class:nacl::ManifestDownloader
61 // We log the status code here instead of in didReceiveResponse so that we
H A Dmanifest_downloader.h41 virtual void didReceiveResponse(blink::WebURLLoader* loader,
H A Dfile_downloader.cc38 void FileDownloader::didReceiveResponse( function in class:nacl::FileDownloader
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc76 plugin->didReceiveResponse(response_);
188 void WebViewPlugin::didReceiveResponse(const WebURLResponse& response) { function in class:WebViewPlugin
247 void WebViewPlugin::didReceiveResponse(WebLocalFrame* frame, function in class:WebViewPlugin
250 WebFrameClient::didReceiveResponse(frame, identifier, response);
H A Dwebview_plugin.h96 virtual void didReceiveResponse(const blink::WebURLResponse& response);
136 virtual void didReceiveResponse(blink::WebLocalFrame* frame,
/external/chromium_org/content/renderer/fetchers/
H A Dweb_url_loader_client_impl.cc22 void WebURLLoaderClientImpl::didReceiveResponse( function in class:content::WebURLLoaderClientImpl
H A Dweb_url_loader_client_impl.h46 virtual void didReceiveResponse(
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoaderHost.h60 virtual void didReceiveResponse(const Resource*, const ResourceResponse&) = 0;
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReaderLoader.h73 virtual void didReceiveResponse(unsigned long, const ResourceResponse&) OVERRIDE;
88 // Before didReceiveResponse() is called: Returns -1.
89 // After didReceiveResponse() is called:
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFakeWebPlugin.h61 virtual void didReceiveResponse(const WebURLResponse&) OVERRIDE { }
/external/chromium_org/content/renderer/media/android/
H A Dmedia_info_loader.h87 virtual void didReceiveResponse(

Completed in 317 milliseconds

1234