Searched refs:didSendData (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebSocketStreamHandleClient.h50 virtual void didSendData(WebSocketStreamHandle*, int /* amountSent */) = 0;
H A DWebURLLoaderClient.h50 virtual void didSendData( function in class:blink::WebURLLoaderClient
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DThreadableLoaderClient.h47 virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) { } function in class:blink::ThreadableLoaderClient
H A DThreadableLoaderClientWrapper.h60 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:blink::ThreadableLoaderClientWrapper
63 m_client->didSendData(bytesSent, totalBytesToBeSent);
H A DWorkerLoaderClientBridge.h51 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
H A DWorkerLoaderClientBridgeSyncHelper.h57 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
H A DWorkerLoaderClientBridge.cpp55 workerClientWrapper->didSendData(bytesSent, totalBytesToBeSent);
58 void WorkerLoaderClientBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:blink::WorkerLoaderClientBridge
H A DWorkerLoaderClientBridgeSyncHelper.cpp64 void WorkerLoaderClientBridgeSyncHelper::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:blink::WorkerLoaderClientBridgeSyncHelper
67 m_clientTasks.append(bind(&ThreadableLoaderClient::didSendData, &m_client, bytesSent, totalBytesToBeSent));
H A DWorkerThreadableLoader.h106 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
H A DWorkerThreadableLoader.cpp210 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:blink::WorkerThreadableLoader::MainThreadBridge
212 m_clientBridge->didSendData(bytesSent, totalBytesToBeSent);
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DSocketStreamHandleInternal.h59 virtual void didSendData(WebSocketStreamHandle*, int);
H A DSocketStreamHandle.cpp119 void SocketStreamHandleInternal::didSendData(blink::WebSocketStreamHandle* socketHandle, int amountSent) function in class:blink::SocketStreamHandleInternal
121 WTF_LOG(Network, "SocketStreamHandleInternal %p didSendData() amountSent=%d", this, amountSent);
/external/chromium_org/content/renderer/media/android/
H A Dmedia_info_loader.h83 virtual void didSendData(
H A Dmedia_info_loader.cc112 void MediaInfoLoader::didSendData( function in class:content::MediaInfoLoader
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DRawResource.h55 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
H A DResourceLoader.h78 virtual void didSendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
H A DRawResource.cpp109 void RawResource::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:blink::RawResource
H A DResourceLoader.cpp331 void ResourceLoader::didSendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:blink::ResourceLoader
335 m_resource->didSendData(bytesSent, totalBytesToBeSent);
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssociatedURLLoader.cpp125 virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) OVERRIDE;
188 void AssociatedURLLoader::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:blink::AssociatedURLLoader::ClientAdapter
193 m_client->didSendData(m_loader, bytesSent, totalBytesToBeSent);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_loader_host.h48 virtual void didSendData(blink::WebURLLoader* loader,
H A Dpepper_url_loader_host.cc132 void PepperURLLoaderHost::didSendData( function in class:content::PepperURLLoaderHost
/external/chromium_org/content/child/
H A Dweb_socket_stream_handle_impl.cc133 client_->didSendData(handle_, amount_sent);
/external/chromium_org/media/blink/
H A Dbuffered_resource_loader.h140 virtual void didSendData(
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h212 void didSendData(blink::WebURLLoader* loader,
334 virtual void didSendData(blink::WebURLLoader*,
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.h161 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;

Completed in 2898 milliseconds

12