Home
last modified time | relevance | path

Searched defs:bytesSent (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequestUpload.cpp54 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()
DXMLHttpRequestProgressEventThrottle.cpp101 …ntAndLoadEnd(const AtomicString& type, bool lengthComputable, unsigned long long bytesSent, unsign… in dispatchEventAndLoadEnd()
DXMLHttpRequest.cpp1280 void XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSen… in didSendData()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DThreadableLoaderClientWrapper.h59 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
DWorkerThreadableLoader.cpp167 …assRefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long long bytesSent, unsign… in workerGlobalScopeDidSendData()
173 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned l… in didSendData()
DDocumentThreadableLoader.cpp244 void DocumentThreadableLoader::dataSent(Resource* resource, unsigned long long bytesSent, unsigned … in dataSent()
/external/chromium_org/third_party/WebKit/public/platform/
DWebURLLoaderClient.h51 WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) { } in didSendData()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DRawResource.cpp102 void RawResource::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
DResourceLoader.cpp287 void ResourceLoader::didSendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long … in didSendData()
/external/chromium_org/content/browser/resources/media/
Dstats_graph_helper.js55 bytesSent: { property
/external/chromium/webkit/glue/media/
Dsimple_data_source.cc165 unsigned long long bytesSent, in didSendData()
/external/chromium_org/third_party/WebKit/Source/web/
DAssociatedURLLoader.cpp197 void AssociatedURLLoader::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long lo… in didSendData()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DAssociatedURLLoaderTest.cpp146 …void didSendData(WebURLLoader* loader, unsigned long long bytesSent, unsigned long long totalBytes… in didSendData()