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

12345

/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerScriptLoaderClient.h37 virtual void didReceiveResponse(unsigned long /*identifier*/, const ResourceResponse&) { } function in class:WebCore::WorkerScriptLoaderClient
H A DWorkerScriptLoader.cpp107 void WorkerScriptLoader::didReceiveResponse(unsigned long identifier, const ResourceResponse& response) function in class:WebCore::WorkerScriptLoader
116 m_client->didReceiveResponse(identifier, response);
/macosx-10.10/WebCore-7600.1.25/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.cpp70 void NetscapePlugInStreamLoader::didReceiveResponse(const ResourceResponse& response) function in class:WebCore::NetscapePlugInStreamLoader
74 m_client->didReceiveResponse(this, response);
80 ResourceLoader::didReceiveResponse(response);
H A DPingLoader.h67 virtual void didReceiveResponse(ResourceHandle*, const ResourceResponse&) override { delete this; }
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebEmbeddedView.idl42 HRESULT didReceiveResponse([in] IWebURLResponse* response);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKDownloadDelegate.h37 - (void)_download:(_WKDownload *)download didReceiveResponse:(NSURLResponse *)response;
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DWebConsoleAgent.h53 void didReceiveResponse(unsigned long requestIdentifier, const ResourceResponse&);
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DSynchronousLoaderClient.cpp65 void SynchronousLoaderClient::didReceiveResponse(ResourceHandle*, const ResourceResponse& response) function in class:WebCore::SynchronousLoaderClient
H A DDataURL.cpp76 handle->client()->didReceiveResponse(handle, response);
86 handle->client()->didReceiveResponse(handle, response);
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DCurlCacheManager.h52 void didReceiveResponse(ResourceHandle&, ResourceResponse&);
H A DMultipartHandle.cpp257 didReceiveResponse();
341 void MultipartHandle::didReceiveResponse() function in class:WebCore::MultipartHandle
358 d->client()->didReceiveResponse(m_resourceHandle, *response);
H A DCurlDownload.h82 virtual void didReceiveResponse() { } function in class:WebCore::CurlDownloadListener
120 void didReceiveResponse();
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DAsynchronousNetworkLoaderClient.h45 virtual void didReceiveResponse(NetworkResourceLoader*, const WebCore::ResourceResponse&) override;
H A DNetworkLoaderClient.h53 virtual void didReceiveResponse(NetworkResourceLoader*, const WebCore::ResourceResponse&) = 0;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Cocoa/
H A DDownloadClient.h52 virtual void didReceiveResponse(WebContext*, DownloadProxy*, const WebCore::ResourceResponse&);
H A DDownloadClient.mm49 m_delegateMethods.downloadDidReceiveResponse = [delegate respondsToSelector:@selector(_download:didReceiveResponse:)];
63 void DownloadClient::didReceiveResponse(WebContext*, DownloadProxy* downloadProxy, const WebCore::ResourceResponse& response)
66 [m_delegate.get() _download:wrapper(*downloadProxy) didReceiveResponse:response.nsURLResponse()];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DDownloadManagerEfl.h48 static void didReceiveResponse(WKContextRef, WKDownloadRef, WKURLResponseRef, const void* clientInfo);
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.10/WebKit2-7600.1.25/Shared/Network/CustomProtocols/soup/
H A DCustomProtocolManagerSoup.cpp101 void CustomProtocolManager::didReceiveResponse(uint64_t customProtocolID, const WebCore::ResourceResponse& response, uint32_t) function in class:WebKit::CustomProtocolManager
103 m_impl->didReceiveResponse(customProtocolID, response);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKContextDownloadClient.h54 WKContextDownloadDidReceiveResponseCallback didReceiveResponse; member in struct:WKContextDownloadClientV0
73 WKContextDownloadDidReceiveResponseCallback didReceiveResponse; member in struct:WKContextDownloadClient
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitDownloadClient.cpp41 static void didReceiveResponse(WKContextRef, WKDownloadRef wkDownload, WKURLResponseRef wkResponse, const void* /* clientInfo */) function
105 didReceiveResponse,
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileReaderLoader.h71 virtual void didReceiveResponse(unsigned long, const ResourceResponse&);

Completed in 238 milliseconds

12345