Home
last modified time | relevance | path

Searched refs:didSendData (Results 1 – 19 of 19) sorted by relevance

/external/webkit/WebCore/loader/
DThreadableLoaderClientWrapper.h59 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData() function
62 m_client->didSendData(bytesSent, totalBytesToBeSent); in didSendData()
DResourceLoader.cpp216 void ResourceLoader::didSendData(unsigned long long, unsigned long long) in didSendData() function in WebCore::ResourceLoader
383 void ResourceLoader::didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long … in didSendData() function in WebCore::ResourceLoader
385 didSendData(bytesSent, totalBytesToBeSent); in didSendData()
DResourceLoader.h79 … virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
93 …virtual void didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long totalBy…
DDocumentThreadableLoader.cpp133 void DocumentThreadableLoader::didSendData(SubresourceLoader* loader, unsigned long long bytesSent,… in didSendData() function in WebCore::DocumentThreadableLoader
138 m_client->didSendData(bytesSent, totalBytesToBeSent); in didSendData()
DSubresourceLoader.cpp117 void SubresourceLoader::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBe… in didSendData() function in WebCore::SubresourceLoader
122 m_client->didSendData(this, bytesSent, totalBytesToBeSent); in didSendData()
DThreadableLoaderClient.h41 …virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent… in didSendData() function
DSubresourceLoaderClient.h46 …virtual void didSendData(SubresourceLoader*, unsigned long long /*bytesSent*/, unsigned long long … in didSendData() function
DSubresourceLoader.h50 … virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
DDocumentThreadableLoader.h63 …virtual void didSendData(SubresourceLoader*, unsigned long long bytesSent, unsigned long long tota…
DWorkerThreadableLoader.cpp173 workerClientWrapper->didSendData(bytesSent, totalBytesToBeSent); in workerContextDidSendData()
176 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned l… in didSendData() function in WebCore::WorkerThreadableLoader::MainThreadBridge
DWorkerThreadableLoader.h114 … virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
/external/webkit/WebCore/platform/network/
DResourceHandleClient.h68 …virtual void didSendData(ResourceHandle*, unsigned long long /*bytesSent*/, unsigned long long /*t… in didSendData() function
/external/webkit/WebCore/xml/
DXMLHttpRequest.h130 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
DXMLHttpRequest.cpp1051 void XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSen… in didSendData() function in WebCore::XMLHttpRequest
/external/webkit/WebCore/platform/network/mac/
DFormDataStreamMac.mm112 resourceHandle->client()->didSendData(resourceHandle, data->bytesSent, data->streamLength);
DResourceHandleMac.mm708 m_handle->client()->didSendData(m_handle, totalBytesWritten, totalBytesExpectedToWrite);
/external/webkit/WebCore/platform/network/cf/
DResourceHandleCFNet.cpp181 handle->client()->didSendData(handle, totalBytesWritten, totalBytesExpectedToWrite); in didSendBodyData()
/external/webkit/WebCore/
DChangeLog-2009-06-162083 (WebCore::WorkerThreadableLoader::MainThreadBridge::didSendData):
21091 (WebCore::DocumentThreadableLoader::didSendData): Ditto.
28916 (WebCore::XMLHttpRequest::didSendData): Ditto.
35777 (WebCore::WorkerThreadableLoader::MainThreadBridge::didSendData):
44511 (WebCore::ThreadableLoaderClientWrapper::didSendData):
44532 (WebCore::WorkerThreadableLoader::MainThreadBridge::didSendData):
51290 (WebCore::DocumentThreadableLoader::didSendData):
51310 (WebCore::ThreadableLoaderClient::didSendData):
51330 (WebCore::XMLHttpRequest::didSendData):
DChangeLog-2008-08-102037 (WebCore::ResourceLoader::didSendData):
2040 (WebCore::SubresourceLoader::didSendData):
2043 (WebCore::SubresourceLoaderClient::didSendData):
2051 (WebCore::ResourceHandleClient::didSendData):
2081 (WebCore::XMLHttpRequest::didSendData):