Searched defs:didSendData (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DThreadableLoaderClient.h43 virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) { } function in class:WebCore::ThreadableLoaderClient
H A DThreadableLoaderClientWrapper.h59 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::ThreadableLoaderClientWrapper
62 m_client->didSendData(bytesSent, totalBytesToBeSent);
H A DResourceLoader.cpp270 void ResourceLoader::didSendData(WebKit::WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::ResourceLoader
274 m_resource->didSendData(bytesSent, totalBytesToBeSent);
H A DWorkerThreadableLoader.cpp171 workerClientWrapper->didSendData(bytesSent, totalBytesToBeSent);
174 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLLoaderClient.h50 virtual void didSendData( function in class:WebKit::WebURLLoaderClient
/external/chromium/webkit/glue/
H A Dresource_fetcher.cc79 void ResourceFetcher::didSendData( function in class:webkit_glue::ResourceFetcher
H A Dmultipart_response_delegate_unittest.cc60 virtual void didSendData( function in class:__anon3394::MockWebURLLoaderClient
/external/chromium_org/content/renderer/fetchers/
H A Dresource_fetcher.cc80 void ResourceFetcher::didSendData( function in class:content::ResourceFetcher
/external/chromium_org/content/renderer/media/android/
H A Dmedia_info_loader.cc95 void MediaInfoLoader::didSendData( function in class:content::MediaInfoLoader
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DRawResource.cpp103 void RawResource::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::RawResource
H A DResource.h242 virtual void didSendData(unsigned long long /* bytesSent */, unsigned long long /* totalBytesToBeSent */) { } function in class:WebCore::Resource
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DSocketStreamHandle.cpp120 void SocketStreamHandleInternal::didSendData(WebKit::WebSocketStreamHandle* socketHandle, int amountSent) function in class:WebCore::SocketStreamHandleInternal
122 LOG(Network, "SocketStreamHandleInternal %p didSendData() amountSent=%d", this, amountSent);
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc163 void SimpleDataSource::didSendData( function in class:webkit_glue::SimpleDataSource
H A Dbuffered_resource_loader.cc264 void BufferedResourceLoader::didSendData( function in class:webkit_glue::BufferedResourceLoader
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_loader_host.cc135 void PepperURLLoaderHost::didSendData( function in class:content::PepperURLLoaderHost
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DAssociatedURLLoaderTest.cpp143 void didSendData(WebURLLoader* loader, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:__anon10424::AssociatedURLLoaderTest
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssociatedURLLoader.cpp133 virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/);
198 void AssociatedURLLoader::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebKit::AssociatedURLLoader::ClientAdapter
203 m_client->didSendData(m_loader, bytesSent, totalBytesToBeSent);
/external/chromium_org/webkit/child/
H A Dmultipart_response_delegate_unittest.cc60 virtual void didSendData( function in class:__anon14819::MockWebURLLoaderClient
/external/chromium_org/content/renderer/media/
H A Dbuffered_resource_loader.cc346 void BufferedResourceLoader::didSendData( function in class:content::BufferedResourceLoader
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp1115 void XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::XMLHttpRequest
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc101 virtual void didSendData( function in class:content::__anon8029::MultiPartResponseClient
935 void WebPluginImpl::didSendData(WebURLLoader* loader, function in class:content::WebPluginImpl

Completed in 540 milliseconds