Searched defs:totalBytesToBeSent (Results 1 – 11 of 11) sorted by relevance
/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()
|
D | XMLHttpRequest.cpp | 1280 …id XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) 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 …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()
|
D | DocumentThreadableLoader.cpp | 244 …::dataSent(Resource* resource, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) 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 …SendData(blink::WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
|
/external/chromium/webkit/glue/media/ |
D | simple_data_source.cc | 166 unsigned long long totalBytesToBeSent) { in didSendData()
|
/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()
|
/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()
|