Searched refs:bytesSent (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLLoaderClient.h51 WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) { }
50 didSendData( WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DThreadableLoaderClientWrapper.h59 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
62 m_client->didSendData(bytesSent, totalBytesToBeSent);
H A DWorkerThreadableLoader.cpp168 static void workerGlobalScopeDidSendData(ScriptExecutionContext* context, RefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
171 workerClientWrapper->didSendData(bytesSent, totalBytesToBeSent);
174 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
176 m_loaderProxy.postTaskForModeToWorkerGlobalScope(createCallbackTask(&workerGlobalScopeDidSendData, m_workerClientWrapper, bytesSent, totalBytesToBeSent), m_taskMode);
H A DDocumentThreadableLoader.h81 virtual void dataSent(Resource*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
H A DWorkerThreadableLoader.h112 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
H A DResourceLoader.h70 virtual void didSendData(WebKit::WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
H A DResourceLoader.cpp270 void ResourceLoader::didSendData(WebKit::WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
274 m_resource->didSendData(bytesSent, totalBytesToBeSent);
H A DDocumentThreadableLoader.cpp252 void DocumentThreadableLoader::dataSent(Resource* resource, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
256 m_client->didSendData(bytesSent, totalBytesToBeSent);
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DRawResource.h56 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
81 virtual void dataSent(Resource*, unsigned long long /* bytesSent */, unsigned long long /* totalBytesToBeSent */) { }
H A DRawResource.cpp103 void RawResource::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
107 c->dataSent(this, bytesSent, totalBytesToBeSent);
/external/chromium_org/content/renderer/media/android/
H A Dmedia_info_loader.h79 unsigned long long bytesSent,
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.h66 unsigned long long bytesSent,
H A Dbuffered_resource_loader.h125 unsigned long long bytesSent,
H A Dsimple_data_source.cc165 unsigned long long bytesSent,
163 didSendData( WebKit::WebURLLoader* loader, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
/external/chromium_org/content/renderer/media/
H A Dbuffered_resource_loader.h148 unsigned long long bytesSent,
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssociatedURLLoader.cpp133 virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/);
198 void AssociatedURLLoader::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
203 m_client->didSendData(m_loader, bytesSent, totalBytesToBeSent);
/external/chromium_org/content/browser/resources/media/
H A Dstats_graph_helper.js8 // e.g. 1234-0-ssrc-abcd123-bytesSent is the graph for the series of bytesSent
55 bytesSent: {
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.h157 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
H A DXMLHttpRequest.cpp1115 void XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
1121 m_upload->dispatchEvent(XMLHttpRequestProgressEvent::create(eventNames().progressEvent, true, bytesSent, totalBytesToBeSent));
1123 if (bytesSent == totalBytesToBeSent && !m_uploadComplete) {
/external/chromium_org/third_party/tlslite/tlslite/
H A DTLSRecordLayer.py557 bytesSent = self.sock.send(s) #Might raise socket.error
564 if bytesSent == len(s):
566 s = s[bytesSent:]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DAssociatedURLLoaderTest.cpp143 void didSendData(WebURLLoader* loader, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h717 stats.bytesSent = kIntStatValue;
H A Dwebrtcvoiceengine.cc2753 sinfo.bytes_sent = cs.bytesSent;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1341 milliseconds