HomeSort by relevance Sort by last modified time
    Searched full:bytessent (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/Source/WebCore/loader/
ThreadableLoaderClientWrapper.h 59 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
62 m_client->didSendData(bytesSent, totalBytesToBeSent);
ThreadableLoaderClient.h 43 virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) { }
WorkerThreadableLoader.cpp 165 static void workerContextDidSendData(ScriptExecutionContext* context, RefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
168 workerClientWrapper->didSendData(bytesSent, totalBytesToBeSent);
171 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
173 m_loaderProxy.postTaskForModeToWorkerContext(createCallbackTask(&workerContextDidSendData, m_workerClientWrapper, bytesSent, totalBytesToBeSent), m_taskMode);
SubresourceLoader.h 53 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
SubresourceLoaderClient.h 46 virtual void didSendData(SubresourceLoader*, unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) { }
ResourceLoader.h 84 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
105 virtual void didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
DocumentThreadableLoader.h 76 virtual void didSendData(SubresourceLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
SubresourceLoader.cpp 116 void SubresourceLoader::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
121 m_client->didSendData(this, bytesSent, totalBytesToBeSent);
WorkerThreadableLoader.h 115 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
DocumentThreadableLoader.cpp 194 void DocumentThreadableLoader::didSendData(SubresourceLoader* loader, unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
199 m_client->didSendData(bytesSent, totalBytesToBeSent);
ResourceLoader.cpp 422 void ResourceLoader::didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
424 didSendData(bytesSent, totalBytesToBeSent);
  /external/webkit/Source/WebKit/chromium/src/
AssociatedURLLoader.cpp 60 virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/);
108 void AssociatedURLLoader::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
113 m_client->didSendData(m_loader, bytesSent, totalBytesToBeSent);
ResourceHandle.cpp 73 WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
144 WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
147 m_client->didSendData(m_owner, bytesSent, totalBytesToBeSent);
  /external/webkit/Source/WebCore/platform/network/mac/
FormDataStreamMac.mm 102 , bytesSent(bytesSent_)
108 unsigned long long bytesSent;
120 resourceHandle->client()->didSendData(resourceHandle, data->bytesSent, data->streamLength);
142 unsigned long long bytesSent;
240 newInfo->bytesSent = 0;
294 form->bytesSent += bytesRead;
302 DidSendDataCallbackData* data = new DidSendDataCallbackData(stream, form->bytesSent, form->streamLength);
  /external/webkit/Source/WebKit/chromium/public/
WebURLLoaderClient.h 51 WebURLLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) { }
  /external/chromium/webkit/glue/media/
simple_data_source.h 66 unsigned long long bytesSent,
buffered_resource_loader.h 125 unsigned long long bytesSent,
simple_data_source.cc 165 unsigned long long bytesSent,
  /external/webkit/Source/WebCore/platform/network/
ResourceHandleClient.h 71 virtual void didSendData(ResourceHandle*, unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) { }
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.h 130 void uploadProgress(qint64 bytesSent, qint64 bytesTotal);
QNetworkReplyHandler.cpp 569 void QNetworkReplyHandler::uploadProgress(qint64 bytesSent, qint64 bytesTotal)
578 client->didSendData(m_resourceHandle, bytesSent, bytesTotal);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp 386 int bytesSent = 0;
387 while ((bytesSent = sendmsg(m_socketDescriptor, &message, 0)) == -1) {
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.h 150 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
XMLHttpRequest.cpp 1009 void XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
1015 m_upload->dispatchEvent(XMLHttpRequestProgressEvent::create(eventNames().progressEvent, true, bytesSent, totalBytesToBeSent));
1017 if (bytesSent == totalBytesToBeSent && !m_uploadComplete) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 

Completed in 3012 milliseconds

1 2