Searched defs:totalBytesToBeSent (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/loader/ |
D | ThreadableLoaderClientWrapper.h | 59 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
|
D | WorkerThreadableLoader.cpp | 165 …tWrapper> workerClientWrapper, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in workerContextDidSendData() 171 …:MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
|
D | SubresourceLoader.cpp | 116 …SubresourceLoader::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
|
D | DocumentThreadableLoader.cpp | 194 …ata(SubresourceLoader* loader, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
|
D | ResourceLoader.cpp | 422 …::didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebURLLoaderClient.h | 51 WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) { } in didSendData()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | AssociatedURLLoader.cpp | 108 …er::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
|
D | ResourceHandle.cpp | 144 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/webkit/Source/WebCore/xml/ |
D | XMLHttpRequest.cpp | 1009 …id XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData()
|