/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequestUpload.cpp | 54 …tUpload::dispatchProgressEvent(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in dispatchProgressEvent() argument 57 m_lastTotalBytesToBeSent = totalBytesToBeSent; in dispatchProgressEvent() 58 …MLHttpRequestProgressEvent::create(EventTypeNames::progress, true, bytesSent, totalBytesToBeSent)); in dispatchProgressEvent()
|
D | XMLHttpRequest.cpp | 1280 …id XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData() argument 1282 …WTF_LOG(Network, "XMLHttpRequest %p didSendData(%llu, %llu)", this, bytesSent, totalBytesToBeSent); in didSendData() 1288 m_upload->dispatchProgressEvent(bytesSent, totalBytesToBeSent); in didSendData() 1290 if (bytesSent == totalBytesToBeSent && !m_uploadComplete) { in didSendData() 1293 … m_upload->dispatchEventAndLoadEnd(EventTypeNames::load, true, bytesSent, totalBytesToBeSent); in didSendData()
|
D | XMLHttpRequest.h | 152 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | ThreadableLoaderClientWrapper.h | 59 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData() argument 62 m_client->didSendData(bytesSent, totalBytesToBeSent); in didSendData()
|
D | WorkerThreadableLoader.cpp | 167 …tWrapper> workerClientWrapper, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in workerGlobalScopeDidSendData() argument 170 workerClientWrapper->didSendData(bytesSent, totalBytesToBeSent); in workerGlobalScopeDidSendData() 173 …:MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData() argument 175 …k(&workerGlobalScopeDidSendData, m_workerClientWrapper, bytesSent, totalBytesToBeSent), m_taskMode… in didSendData()
|
D | DocumentThreadableLoader.h | 80 …tual void dataSent(Resource*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
|
D | WorkerThreadableLoader.h | 112 …ual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
|
D | DocumentThreadableLoader.cpp | 244 …::dataSent(Resource* resource, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in dataSent() argument 248 m_client->didSendData(bytesSent, totalBytesToBeSent); in dataSent()
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | RawResource.cpp | 102 void RawResource::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData() argument 106 c->dataSent(this, bytesSent, totalBytesToBeSent); in didSendData()
|
D | RawResource.h | 58 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
|
D | ResourceLoader.h | 71 …link::WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
|
D | ResourceLoader.cpp | 287 …SendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData() argument 291 m_resource->didSendData(bytesSent, totalBytesToBeSent); in didSendData()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebURLLoaderClient.h | 51 WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) { } in didSendData() argument
|
/external/chromium_org/content/renderer/media/android/ |
D | media_info_loader.h | 80 unsigned long long totalBytesToBeSent);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | AssociatedURLLoader.cpp | 197 …er::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData() argument 202 m_client->didSendData(m_loader, bytesSent, totalBytesToBeSent); in didSendData()
|
/external/chromium/webkit/glue/media/ |
D | simple_data_source.h | 67 unsigned long long totalBytesToBeSent);
|
D | buffered_resource_loader.h | 126 unsigned long long totalBytesToBeSent);
|
D | simple_data_source.cc | 166 unsigned long long totalBytesToBeSent) { in didSendData() argument
|
/external/chromium_org/content/renderer/media/ |
D | buffered_resource_loader.h | 149 unsigned long long totalBytesToBeSent); in NON_EXPORTED_BASE()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | AssociatedURLLoaderTest.cpp | 146 …SendData(WebURLLoader* loader, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData() argument
|