Searched defs:bytesSent (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequestUpload.cpp | 54 void XMLHttpRequestUpload::dispatchProgressEvent(unsigned long long bytesSent, unsigned long long t… in dispatchProgressEvent() 61 …ntAndLoadEnd(const AtomicString& type, bool lengthComputable, unsigned long long bytesSent, unsign… in dispatchEventAndLoadEnd()
|
D | XMLHttpRequestProgressEventThrottle.cpp | 101 …ntAndLoadEnd(const AtomicString& type, bool lengthComputable, unsigned long long bytesSent, unsign… in dispatchEventAndLoadEnd()
|
D | XMLHttpRequest.cpp | 1280 void XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSen… in didSendData()
|
/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()
|
D | WorkerThreadableLoader.cpp | 167 …assRefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long long bytesSent, unsign… in workerGlobalScopeDidSendData() 173 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned l… in didSendData()
|
D | DocumentThreadableLoader.cpp | 244 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/third_party/WebKit/Source/core/fetch/ |
D | RawResource.cpp | 102 void RawResource::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
|
D | ResourceLoader.cpp | 287 void ResourceLoader::didSendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long … in didSendData()
|
/external/chromium_org/content/browser/resources/media/ |
D | stats_graph_helper.js | 55 bytesSent: { property
|
/external/chromium/webkit/glue/media/ |
D | simple_data_source.cc | 165 unsigned long long bytesSent, in didSendData()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | AssociatedURLLoader.cpp | 197 void AssociatedURLLoader::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long lo… in didSendData()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | AssociatedURLLoaderTest.cpp | 146 …void didSendData(WebURLLoader* loader, unsigned long long bytesSent, unsigned long long totalBytes… in didSendData()
|