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

12

/external/chromium_org/content/renderer/pepper/
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);
H A Dpepper_plugin_instance_impl.cc453 document_loader->didReceiveData(
467 void PepperPluginInstanceImpl::ExternalDocumentLoader::didReceiveData( function in class:content::PepperPluginInstanceImpl::ExternalDocumentLoader
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReader.cpp393 void FileReader::didReceiveData() function in class:blink::FileReader
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DNewWebSocketChannelImpl.cpp72 virtual void didReceiveData() OVERRIDE { }
454 void NewWebSocketChannelImpl::didReceiveData(WebSocketHandle* handle, bool fin, WebSocketHandle::MessageType type, const char* data, size_t size) function in class:blink::NewWebSocketChannelImpl
456 WTF_LOG(Network, "NewWebSocketChannelImpl %p didReceiveData(%p, %d, %d, (%p, %zu))", this, handle, fin, type, data, size);
H A DMainThreadWebSocketChannel.cpp380 void MainThreadWebSocketChannel::didReceiveData() function in class:blink::MainThreadWebSocketChannel
382 WTF_LOG(Network, "MainThreadWebSocketChannel %p didReceiveData()", this);
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssociatedURLLoader.cpp130 virtual void didReceiveData(const char*, int /*dataLength*/) OVERRIDE;
226 void AssociatedURLLoader::ClientAdapter::didReceiveData(const char* data, int dataLength) function in class:blink::AssociatedURLLoader::ClientAdapter
231 m_client->didReceiveData(m_loader, data, dataLength, -1);
H A DWebPluginContainerImpl.cpp572 void WebPluginContainerImpl::didReceiveData(const char *data, int dataLength) function in class:blink::WebPluginContainerImpl
574 m_webPlugin->didReceiveData(data, dataLength);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DAssociatedURLLoaderTest.cpp158 void didReceiveData(WebURLLoader* loader, const char* data, int dataLength, int encodedDataLength) function in class:__anon11379::AssociatedURLLoaderTest
/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/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/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
/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/xml/
H A DXMLHttpRequest.cpp1450 void XMLHttpRequest::didReceiveData(const char* data, int len) function in class:blink::XMLHttpRequest
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc1572 virtual void didReceiveData(blink::WebURLLoader* loader, function in class:nacl::__anon6635::PexeDownloader
/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

Completed in 8863 milliseconds

12