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

12

/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
H A Dppb_nacl_private_impl.cc1572 virtual void didReceiveData(blink::WebURLLoader* loader, function in class:nacl::__anon6635::PexeDownloader
/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/child/
H A Dmultipart_response_delegate_unittest.cc65 virtual void didReceiveData( function in class:content::__anon7498::MockWebURLLoaderClient
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.cc547 void BrowserPlugin::didReceiveData(const char* data, int data_length) { function in class:content::BrowserPlugin
/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/content/renderer/media/android/
H A Dmedia_info_loader.cc142 void MediaInfoLoader::didReceiveData( function in class:content::MediaInfoLoader
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc122 virtual void didReceiveData(WebURLLoader*, function in class:content::__anon7777::MultiPartResponseClient
437 void WebPluginImpl::didReceiveData(const char* data, int data_length) { function in class:content::WebPluginImpl
503 void WebPluginImpl::LoaderClient::didReceiveData( function in class:content::WebPluginImpl::LoaderClient
506 parent_->didReceiveData(loader, data, dataLength, encodedDataLength);
1063 void WebPluginImpl::didReceiveData(WebURLLoader* loader, function in class:content::WebPluginImpl
/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_plugin_instance_impl.cc453 document_loader->didReceiveData(
467 void PepperPluginInstanceImpl::ExternalDocumentLoader::didReceiveData( function in class:content::PepperPluginInstanceImpl::ExternalDocumentLoader
H A Dpepper_url_loader_host.cc158 void PepperURLLoaderHost::didReceiveData(WebURLLoader* loader, function in class:content::PepperURLLoaderHost
H A Dpepper_webplugin_impl.cc196 void PepperWebPluginImpl::didReceiveData(const char* data, int data_length) { function in class:content::PepperWebPluginImpl
199 document_loader->didReceiveData(NULL, data, data_length, 0);
/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/media/blink/
H A Dbuffered_resource_loader.cc444 void BufferedResourceLoader::didReceiveData( function in class:media::BufferedResourceLoader
449 DVLOG(1) << "didReceiveData: " << data_length << " bytes";
/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 DResourceFetcher.cpp1302 void ResourceFetcher::didReceiveData(const Resource* resource, const char* data, int dataLength, int encodedDataLength) function in class:blink::ResourceFetcher
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/fileapi/
H A DFileReader.cpp393 void FileReader::didReceiveData() function in class:blink::FileReader
H A DFileReaderLoader.cpp230 void FileReaderLoader::didReceiveData(const char* data, int dataLength) function in class:blink::FileReaderLoader
258 m_client->didReceiveData();
H A DFileReaderLoaderClient.h44 virtual void didReceiveData() { ASSERT_NOT_REACHED(); } function in class:blink::FileReaderLoaderClient
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorResourceAgent.cpp120 virtual void didReceiveData(const char* data, int dataLength) OVERRIDE
409 // as there will be no calls to didReceiveData from the network stack.
411 didReceiveData(frame, identifier, 0, cachedResource->encodedSize(), 0);
419 void InspectorResourceAgent::didReceiveData(LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength) function in class:blink::InspectorResourceAgent
H A DInspectorTimelineAgent.cpp772 void InspectorTimelineAgent::didReceiveData(LocalFrame* frame, unsigned long identifier, const char*, int, int encodedDataLength) function in class:blink::InspectorTimelineAgent
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DPingLoader.cpp174 void PingLoader::didReceiveData(blink::WebURLLoader*, const char*, int, int) function in class:blink::PingLoader
H A DThreadableLoaderClient.h50 virtual void didReceiveData(const char*, int /*dataLength*/) { } function in class:blink::ThreadableLoaderClient

Completed in 513 milliseconds

12