Searched defs:didReceiveResponse (Results 1 - 25 of 56) sorted by relevance

123

/external/webkit/Source/WebCore/workers/
H A DWorkerScriptLoaderClient.h39 virtual void didReceiveResponse(const ResourceResponse&) { } function in class:WebCore::WorkerScriptLoaderClient
H A DWorkerScriptLoader.cpp104 void WorkerScriptLoader::didReceiveResponse(const ResourceResponse& response) function in class:WebCore::WorkerScriptLoader
113 m_client->didReceiveResponse(response);
/external/webkit/Source/WebCore/loader/
H A DPingLoader.h64 void didReceiveResponse(ResourceHandle*, const ResourceResponse&) { delete this; } function in class:WebCore::PingLoader
H A DSubresourceLoaderClient.h48 virtual void didReceiveResponse(SubresourceLoader*, const ResourceResponse&) { } function in class:WebCore::SubresourceLoaderClient
H A DThreadableLoaderClient.h45 virtual void didReceiveResponse(const ResourceResponse&) { } function in class:WebCore::ThreadableLoaderClient
H A DNetscapePlugInStreamLoader.cpp69 void NetscapePlugInStreamLoader::didReceiveResponse(const ResourceResponse& response) function in class:WebCore::NetscapePlugInStreamLoader
73 m_client->didReceiveResponse(this, response);
79 ResourceLoader::didReceiveResponse(response);
H A DThreadableLoaderClientWrapper.h65 void didReceiveResponse(const ResourceResponse& response) function in class:WebCore::ThreadableLoaderClientWrapper
68 m_client->didReceiveResponse(response);
107 m_client->didReceiveResponse(response);
H A DResourceLoadNotifier.cpp67 void ResourceLoadNotifier::didReceiveResponse(ResourceLoader* loader, const ResourceResponse& r) function in class:WebCore::ResourceLoadNotifier
H A DDocumentThreadableLoader.cpp202 void DocumentThreadableLoader::didReceiveResponse(SubresourceLoader* loader, const ResourceResponse& response) function in class:WebCore::DocumentThreadableLoader
231 m_client->didReceiveResponse(response);
384 didReceiveResponse(0, response);
H A DMainResourceLoader.cpp110 deref(); // balances ref in didReceiveResponse
301 ResourceLoader::didReceiveResponse(r);
325 deref(); // balances ref in didReceiveResponse
351 void MainResourceLoader::didReceiveResponse(const ResourceResponse& r) function in class:WebCore::MainResourceLoader
508 didReceiveResponse(response);
524 didReceiveResponse(response);
/external/webkit/Source/WebCore/loader/icon/
H A DIconLoader.cpp90 void IconLoader::didReceiveResponse(SubresourceLoader* resourceLoader, const ResourceResponse& response) function in class:WebCore::IconLoader
95 LOG(IconDatabase, "IconLoader::didReceiveResponse() - Loader %p, response %i", resourceLoader, status);
/external/webkit/Source/WebKit/chromium/public/
H A DWebURLLoaderClient.h54 virtual void didReceiveResponse(WebURLLoader*, const WebURLResponse&) { } function in class:WebKit::WebURLLoaderClient
/external/webkit/Source/WebKit2/UIProcess/
H A DWebDownloadClient.cpp53 void WebDownloadClient::didReceiveResponse(WebContext* webContext, DownloadProxy* downloadProxy, const ResourceResponse& response) function in class:WebKit::WebDownloadClient
55 if (!m_client.didReceiveResponse)
58 m_client.didReceiveResponse(toAPI(webContext), toAPI(downloadProxy), toAPI(WebURLResponse::create(response).get()), m_client.clientInfo);
/external/chromium/webkit/glue/
H A Dresource_fetcher.cc84 void ResourceFetcher::didReceiveResponse( function in class:webkit_glue::ResourceFetcher
/external/webkit/Source/WebCore/fileapi/
H A DFileReaderLoader.cpp126 void FileReaderLoader::didReceiveResponse(const ResourceResponse& response) function in class:WebCore::FileReaderLoader
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceRequest.cpp208 void CachedResourceRequest::didReceiveResponse(SubresourceLoader* loader, const ResourceResponse& response) function in class:WebCore::CachedResourceRequest
/external/webkit/Source/WebCore/notifications/
H A DNotification.cpp183 void Notification::didReceiveResponse(const ResourceResponse& response) function in class:WebCore::Notification
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandleClient.h73 virtual void didReceiveResponse(ResourceHandle*, const ResourceResponse&) { } function in class:WebCore::ResourceHandleClient
/external/webkit/Source/WebCore/platform/network/android/
H A DResourceHandleAndroid.cpp130 virtual void didReceiveResponse(ResourceHandle*, const ResourceResponse& response) function in class:WebCore::SyncLoader
/external/webkit/Source/WebCore/platform/network/qt/
H A DResourceHandleQt.cpp62 virtual void didReceiveResponse(ResourceHandle*, const ResourceResponse& response) { m_response = response; } function in class:WebCore::WebCoreSynchronousLoader
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.cpp215 void EmbeddedWidget::didReceiveResponse(const ResourceResponse& response) function in class:EmbeddedWidget
220 m_view->didReceiveResponse(urlResponse.get());
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp105 void DownloadProxy::didReceiveResponse(const ResourceResponse& response) function in class:WebKit::DownloadProxy
110 m_webContext->downloadClient().didReceiveResponse(m_webContext, this, response);
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.cpp81 void Download::didReceiveResponse(const ResourceResponse& response) function in class:WebKit::Download
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc170 void SimpleDataSource::didReceiveResponse( function in class:webkit_glue::SimpleDataSource
/external/webkit/Source/WebCore/inspector/
H A DInspectorConsoleAgent.cpp203 void InspectorConsoleAgent::didReceiveResponse(unsigned long identifier, const ResourceResponse& response) function in class:WebCore::InspectorConsoleAgent

Completed in 63 milliseconds

123