/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | ThreadableLoaderClientWrapper.h | 60 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData() function 63 m_client->didSendData(bytesSent, totalBytesToBeSent); in didSendData()
|
D | WorkerLoaderClientBridgeSyncHelper.cpp | 64 void WorkerLoaderClientBridgeSyncHelper::didSendData(unsigned long long bytesSent, unsigned long lo… in didSendData() function in WebCore::WorkerLoaderClientBridgeSyncHelper 67 …m_clientTasks.append(bind(&ThreadableLoaderClient::didSendData, &m_client, bytesSent, totalBytesTo… in didSendData()
|
D | WorkerLoaderClientBridge.cpp | 55 workerClientWrapper->didSendData(bytesSent, totalBytesToBeSent); in workerGlobalScopeDidSendData() 58 void WorkerLoaderClientBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBy… in didSendData() function in WebCore::WorkerLoaderClientBridge
|
D | ThreadableLoaderClient.h | 47 …virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent… in didSendData() function
|
D | WorkerLoaderClientBridge.h | 51 …virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVER…
|
D | WorkerLoaderClientBridgeSyncHelper.h | 57 …virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVER…
|
D | WorkerThreadableLoader.cpp | 188 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned l… in didSendData() function in WebCore::WorkerThreadableLoader::MainThreadBridge 190 m_clientBridge->didSendData(bytesSent, totalBytesToBeSent); in didSendData()
|
D | WorkerThreadableLoader.h | 105 …virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVER…
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebSocketStreamHandleClient.h | 50 virtual void didSendData(WebSocketStreamHandle*, int /* amountSent */) = 0;
|
D | WebURLLoaderClient.h | 50 virtual void didSendData( in didSendData() function
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | AssociatedURLLoader.cpp | 129 …virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent… 192 void AssociatedURLLoader::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long lo… in didSendData() function in blink::AssociatedURLLoader::ClientAdapter 197 m_client->didSendData(m_loader, bytesSent, totalBytesToBeSent); in didSendData()
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
D | SocketStreamHandleInternal.h | 61 virtual void didSendData(blink::WebSocketStreamHandle*, int);
|
D | SocketStreamHandle.cpp | 117 void SocketStreamHandleInternal::didSendData(blink::WebSocketStreamHandle* socketHandle, int amount… in didSendData() function in WebCore::SocketStreamHandleInternal
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | RawResource.h | 55 …virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVER…
|
D | ResourceLoader.h | 77 …virtual void didSendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long long to…
|
D | RawResource.cpp | 109 void RawResource::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData() function in WebCore::RawResource
|
D | ResourceLoader.cpp | 312 void ResourceLoader::didSendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long … in didSendData() function in WebCore::ResourceLoader 316 m_resource->didSendData(bytesSent, totalBytesToBeSent); in didSendData()
|
/external/chromium_org/content/renderer/media/android/ |
D | media_info_loader.h | 83 virtual void didSendData(
|
D | media_info_loader.cc | 104 void MediaInfoLoader::didSendData( in didSendData() function in content::MediaInfoLoader
|
/external/chromium_org/content/renderer/fetchers/ |
D | resource_fetcher_impl.h | 61 virtual void didSendData(
|
D | resource_fetcher_impl.cc | 138 void ResourceFetcherImpl::didSendData( in didSendData() function in content::ResourceFetcherImpl
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_url_loader_host.h | 48 virtual void didSendData(blink::WebURLLoader* loader,
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_impl.h | 215 void didSendData(blink::WebURLLoader* loader, 340 virtual void didSendData(blink::WebURLLoader*,
|
/external/chromium_org/content/child/ |
D | web_socket_stream_handle_impl.cc | 133 client_->didSendData(handle_, amount_sent); in DidSendData()
|
/external/chromium_org/content/renderer/media/ |
D | buffered_resource_loader.h | 143 virtual void didSendData( in NON_EXPORTED_BASE()
|