Home
last modified time | relevance | path

Searched defs:totalBytesToBeSent (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequestUpload.cpp54 …tUpload::dispatchProgressEvent(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in dispatchProgressEvent()
DXMLHttpRequest.cpp1280 …id XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) 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 …tWrapper> workerClientWrapper, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in workerGlobalScopeDidSendData()
173 …:MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
DDocumentThreadableLoader.cpp244 …::dataSent(Resource* resource, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) 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 …SendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
/external/chromium/webkit/glue/media/
Dsimple_data_source.cc166 unsigned long long totalBytesToBeSent) { in didSendData()
/external/chromium_org/third_party/WebKit/Source/web/
DAssociatedURLLoader.cpp197 …er::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DAssociatedURLLoaderTest.cpp146 …SendData(WebURLLoader* loader, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()