Searched defs:didReceiveData (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReaderLoaderClient.h44 virtual void didReceiveData() { ASSERT_NOT_REACHED(); } function in class:blink::FileReaderLoaderClient
H A DFileReaderLoader.cpp230 void FileReaderLoader::didReceiveData(const char* data, int dataLength) function in class:blink::FileReaderLoader
258 m_client->didReceiveData();
/external/chromium_org/content/renderer/fetchers/
H A Dweb_url_loader_client_impl.cc28 void WebURLLoaderClientImpl::didReceiveData( function in class:content::WebURLLoaderClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DThreadableLoaderClient.h50 virtual void didReceiveData(const char*, int /*dataLength*/) { } function in class:blink::ThreadableLoaderClient
H A DThreadableLoaderClientWrapper.h72 void didReceiveData(const char* data, int dataLength) function in class:blink::ThreadableLoaderClientWrapper
75 m_client->didReceiveData(data, dataLength);
H A DWorkerLoaderClientBridgeSyncHelper.cpp82 void WorkerLoaderClientBridgeSyncHelper::didReceiveData(const char* data, int dataLength) function in class:blink::WorkerLoaderClientBridgeSyncHelper
88 m_clientTasks.append(bind(&ThreadableLoaderClient::didReceiveData, &m_client, static_cast<const char*>(buffer->data()), dataLength));
H A DPingLoader.cpp174 void PingLoader::didReceiveData(blink::WebURLLoader*, const char*, int, int) function in class:blink::PingLoader
H A DWorkerLoaderClientBridge.cpp78 workerClientWrapper->didReceiveData(vectorData->data(), vectorData->size());
81 void WorkerLoaderClientBridge::didReceiveData(const char* data, int dataLength) function in class:blink::WorkerLoaderClientBridge
H A DWorkerThreadableLoader.cpp220 void WorkerThreadableLoader::MainThreadBridge::didReceiveData(const char* data, int dataLength) function in class:blink::WorkerThreadableLoader::MainThreadBridge
222 m_clientBridge->didReceiveData(data, dataLength);
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DPluginView.h58 virtual void didReceiveData(const char*, int) { } function in class:blink::PluginView
/external/chromium_org/components/nacl/renderer/
H A Dfile_downloader.cc51 void FileDownloader::didReceiveData( function in class:nacl::FileDownloader
H A Dmanifest_downloader.cc43 void ManifestDownloader::didReceiveData( function in class:nacl::ManifestDownloader
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLLoaderClient.h61 virtual void didReceiveData(WebURLLoader*, const char* data, int dataLength, int encodedDataLength) { } function in class:blink::WebURLLoaderClient
/external/chromium_org/content/renderer/media/android/
H A Dmedia_info_loader.cc142 void MediaInfoLoader::didReceiveData( function in class:content::MediaInfoLoader
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerScriptLoader.cpp125 void WorkerScriptLoader::didReceiveData(const char* data, int len) function in class:blink::WorkerScriptLoader
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DBody.cpp161 void Body::didReceiveData() { } function in class:blink::Body
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DSocketStreamHandle.cpp131 void SocketStreamHandleInternal::didReceiveData(blink::WebSocketStreamHandle* socketHandle, const blink::WebData& data) function in class:blink::SocketStreamHandleInternal
133 WTF_LOG(Network, "SocketStreamHandleInternal %p didReceiveData() Received %lu bytes", this, static_cast<unsigned long>(data.size()));
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc80 plugin->didReceiveData(
193 void WebViewPlugin::didReceiveData(const char* data, int data_length) { function in class:WebViewPlugin
/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.cc117 void P2PPortAllocatorSession::didReceiveData( function in class:content::P2PPortAllocatorSession
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_loader_host.cc158 void PepperURLLoaderHost::didReceiveData(WebURLLoader* loader, function in class:content::PepperURLLoaderHost
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h77 virtual void didReceiveData(const char* data, int data_length) {} function in class:content::TestPlugin
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamer.cpp125 void didReceiveData() function in class:blink::SourceStream
308 m_stream->didReceiveData();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoader.cpp351 // In the case of multipart loads, calls to didReceiveData & didReceiveResponse can be interleaved.
415 void ResourceLoader::didReceiveData(blink::WebURLLoader*, const char* data, int length, int encodedDataLength) function in class:blink::ResourceLoader
434 m_host->didReceiveData(m_resource, data, length, encodedDataLength);
526 m_host->didReceiveData(m_resource, dataOut.data(), dataOut.size(), encodedDataLength);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventSource.cpp265 void EventSource::didReceiveData(const char* data, int length) function in class:blink::EventSource
/external/chromium_org/content/child/
H A Dmultipart_response_delegate_unittest.cc65 virtual void didReceiveData( function in class:content::__anon7498::MockWebURLLoaderClient

Completed in 6842 milliseconds

12