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

12345

/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerScriptLoaderClient.h39 virtual void didReceiveResponse(unsigned long /*identifier*/, const ResourceResponse&) { } function in class:WebCore::WorkerScriptLoaderClient
H A DWorkerScriptLoader.cpp113 void WorkerScriptLoader::didReceiveResponse(unsigned long identifier, const ResourceResponse& response) function in class:WebCore::WorkerScriptLoader
122 m_client->didReceiveResponse(identifier, response);
H A DWorker.h75 virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE;
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DThreadableLoaderClient.h45 virtual void didReceiveResponse(unsigned long /*identifier*/, const ResourceResponse&) { } function in class:WebCore::ThreadableLoaderClient
H A DThreadableLoaderClientWrapper.h65 void didReceiveResponse(unsigned long identifier, const ResourceResponse& response) function in class:WebCore::ThreadableLoaderClientWrapper
68 m_client->didReceiveResponse(identifier, response);
108 m_client->didReceiveResponse(identifier, response);
H A DNetscapePlugInStreamLoader.h41 virtual void didReceiveResponse(NetscapePlugInStreamLoader*, const ResourceResponse&) = 0;
59 virtual void didReceiveResponse(const ResourceResponse&) OVERRIDE;
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 DPingLoader.h66 virtual void didReceiveResponse(ResourceHandle*, const ResourceResponse&) OVERRIDE { delete this; }
H A DResourceLoadNotifier.h55 void didReceiveResponse(ResourceLoader*, const ResourceResponse&);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebdownloaditem_p_p.h36 void didReceiveResponse(QWebDownloadItem* download) { emit receivedResponse(download); } function in class:QWebDownloadItemPrivate
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtDownloadManager.h42 static void didReceiveResponse(WKContextRef, WKDownloadRef, WKURLResponseRef, const void* clientInfo);
H A DQtDownloadManager.cpp46 downloadClient.didReceiveResponse = didReceiveResponse;
63 void QtDownloadManager::didReceiveResponse(WKContextRef, WKDownloadRef download, WKURLResponseRef response, const void* clientInfo) function in class:WebKit::QtDownloadManager
76 downloadItem->d->didReceiveResponse(downloadItem);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebEmbeddedView.idl42 HRESULT didReceiveResponse([in] IWebURLResponse* response);
/macosx-10.9.5/WebKit2-7537.78.2/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&);
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/
H A DAsynchronousNetworkLoaderClient.h49 virtual void didReceiveResponse(NetworkResourceLoader*, const WebCore::ResourceResponse&) OVERRIDE;
H A DNetworkLoaderClient.h51 virtual void didReceiveResponse(NetworkResourceLoader*, const WebCore::ResourceResponse&) = 0;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DDataURL.cpp75 handle->client()->didReceiveResponse(handle, response);
85 handle->client()->didReceiveResponse(handle, response);
H A DSynchronousLoaderClient.cpp77 void SynchronousLoaderClient::didReceiveResponse(ResourceHandle*, const ResourceResponse& response) function in class:WebCore::SynchronousLoaderClient
H A DSynchronousLoaderClient.h62 virtual void didReceiveResponse(ResourceHandle*, const ResourceResponse&) OVERRIDE;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DCurlDownload.h75 virtual void didReceiveResponse() { } function in class:CurlDownloadListener
108 void didReceiveResponse();
H A DResourceHandleCurl.cpp49 virtual void didReceiveResponse(ResourceHandle*, const ResourceResponse&);
68 void WebCoreSynchronousLoader::didReceiveResponse(ResourceHandle*, const ResourceResponse& response) function in class:WebCore::WebCoreSynchronousLoader
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DDownloadManagerEfl.cpp63 void DownloadManagerEfl::didReceiveResponse(WKContextRef, WKDownloadRef wkDownload, WKURLResponseRef wkResponse, const void* clientInfo) function in class:WebKit::DownloadManagerEfl
131 wkDownloadClient.didReceiveResponse = didReceiveResponse;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitDownloadClient.cpp41 static void didReceiveResponse(WKContextRef, WKDownloadRef wkDownload, WKURLResponseRef wkResponse, const void* clientInfo) function
103 didReceiveResponse,
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileReaderLoader.h69 virtual void didReceiveResponse(unsigned long, const ResourceResponse&);

Completed in 437 milliseconds

12345