| /external/chromium_org/third_party/WebKit/Source/core/xml/ |
| D | XMLHttpRequestUpload.cpp | 53 void XMLHttpRequestUpload::dispatchProgressEvent(unsigned long long bytesSent, unsigned long long t… in dispatchProgressEvent() 60 …ntAndLoadEnd(const AtomicString& type, bool lengthComputable, unsigned long long bytesSent, unsign… in dispatchEventAndLoadEnd()
|
| D | XMLHttpRequest.cpp | 1375 void XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSen… in didSendData()
|
| /external/chromium_org/third_party/WebKit/Source/core/loader/ |
| D | WorkerLoaderClientBridge.cpp | 52 …assRefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long long bytesSent, unsign… in workerGlobalScopeDidSendData() 58 void WorkerLoaderClientBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBy… in didSendData()
|
| D | ThreadableLoaderClientWrapper.h | 60 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
|
| D | WorkerLoaderClientBridgeSyncHelper.cpp | 64 void WorkerLoaderClientBridgeSyncHelper::didSendData(unsigned long long bytesSent, unsigned long lo… in didSendData()
|
| D | WorkerThreadableLoader.cpp | 210 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned l… in didSendData()
|
| D | DocumentThreadableLoader.cpp | 298 void DocumentThreadableLoader::dataSent(Resource* resource, unsigned long long bytesSent, unsigned … in dataSent()
|
| /external/chromium_org/third_party/WebKit/public/platform/ |
| D | WebURLLoaderClient.h | 51 WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) { } in didSendData()
|
| /external/chromium_org/extensions/renderer/resources/ |
| D | serial_service.js | 311 return Promise.resolve({bytesSent: 0, error: 'pending'}); property 319 return this.sendPipe_.send(data).then(function(bytesSent) { argument
|
| /external/chromium_org/third_party/WebKit/Source/core/fetch/ |
| D | RawResource.cpp | 109 void RawResource::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
|
| D | ResourceLoader.cpp | 331 void ResourceLoader::didSendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long … in didSendData()
|
| /external/chromium_org/extensions/test/data/ |
| D | data_sender_unittest.js | 46 return sender.send(data).then(function(bytesSent) { argument
|
| /external/chromium_org/content/browser/resources/media/ |
| D | stats_graph_helper.js | 60 bytesSent: { property
|
| /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/ |
| D | TestSenderReceiver.cc | 260 uint32_t bytesSent; in ReceiveBitrateKbps() local
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| D | AssociatedURLLoader.cpp | 188 void AssociatedURLLoader::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long lo… in didSendData()
|
| /external/chromium_org/third_party/webrtc/voice_engine/include/ |
| D | voe_rtp_rtcp.h | 85 int bytesSent; member
|
| /external/chromium_org/third_party/WebKit/Source/web/tests/ |
| D | AssociatedURLLoaderTest.cpp | 137 …void didSendData(WebURLLoader* loader, unsigned long long bytesSent, unsigned long long totalBytes… in didSendData()
|
| /external/chromium_org/content/child/ |
| D | web_url_loader_impl_unittest.cc | 156 unsigned long long bytesSent, in didSendData()
|
| /external/chromium_org/content/renderer/npapi/ |
| D | webplugin_impl.cc | 489 blink::WebURLLoader* loader, unsigned long long bytesSent, in didSendData()
|
| /external/chromium_org/third_party/webrtc/voice_engine/ |
| D | channel.cc | 3437 uint32_t bytesSent(0); in GetRTPStatistics() local
|