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

12345

/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);
H A DWorkerScriptLoader.h60 virtual void didReceiveResponse(const ResourceResponse&);
/external/webkit/Source/WebCore/loader/
H A DNetscapePlugInStreamLoader.h41 virtual void didReceiveResponse(NetscapePlugInStreamLoader*, const ResourceResponse&) = 0;
59 virtual void didReceiveResponse(const ResourceResponse&);
H A DThreadableLoaderClient.h45 virtual void didReceiveResponse(const ResourceResponse&) { } function in class:WebCore::ThreadableLoaderClient
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 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 DSubresourceLoaderClient.h48 virtual void didReceiveResponse(SubresourceLoader*, const ResourceResponse&) { } function in class:WebCore::SubresourceLoaderClient
H A DPingLoader.h64 void didReceiveResponse(ResourceHandle*, const ResourceResponse&) { delete this; } function in class:WebCore::PingLoader
H A DMainResourceLoader.h59 virtual void didReceiveResponse(const ResourceResponse&);
H A DResourceLoadNotifier.h55 void didReceiveResponse(ResourceLoader*, const ResourceResponse&);
H A DSubresourceLoader.h54 virtual void didReceiveResponse(const ResourceResponse&);
/external/webkit/Source/WebKit/chromium/public/
H A DWebURLLoaderClient.h54 virtual void didReceiveResponse(WebURLLoader*, const WebURLResponse&) { } function in class:WebKit::WebURLLoaderClient
H A DWebPlugin.h74 virtual void didReceiveResponse(const WebURLResponse&) = 0;
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebEmbeddedView.idl42 HRESULT didReceiveResponse([in] IWebURLResponse* response);
/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);
H A DWebDownloadClient.h48 void didReceiveResponse(WebContext*, DownloadProxy*, const WebCore::ResourceResponse&);
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceRequest.h49 virtual void didReceiveResponse(SubresourceLoader*, const ResourceResponse&);
/external/webkit/Source/WebCore/loader/icon/
H A DIconLoader.h52 virtual void didReceiveResponse(SubresourceLoader*, const ResourceResponse&);
/external/webkit/Source/WebCore/platform/network/
H A DDataURL.cpp72 handle->client()->didReceiveResponse(handle, response);
81 handle->client()->didReceiveResponse(handle, response);
/external/webkit/Source/WebKit/chromium/src/
H A DAssociatedURLLoader.cpp63 virtual void didReceiveResponse(const ResourceResponse&);
116 void AssociatedURLLoader::ClientAdapter::didReceiveResponse(const ResourceResponse& response) function in class:WebKit::AssociatedURLLoader::ClientAdapter
119 m_client->didReceiveResponse(m_loader, wrappedResponse);
/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/WebCore/fileapi/
H A DFileReaderLoader.h69 virtual void didReceiveResponse(const ResourceResponse&);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebResourceLoadDelegate.h104 @method webView:resource:didReceiveResponse:fromDataSource:
116 - (void)webView:(WebView *)sender resource:(id)identifier didReceiveResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.h58 virtual void didReceiveResponse(const WebCore::ResourceResponse&);

Completed in 167 milliseconds

12345