/external/webkit/WebCore/loader/ |
D | ThreadableLoaderClientWrapper.h | 59 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) in didSendData() function 62 m_client->didSendData(bytesSent, totalBytesToBeSent); in didSendData()
|
D | ResourceLoader.cpp | 216 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()
|
D | ResourceLoader.h | 79 … virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent); 93 …virtual void didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long totalBy…
|
D | DocumentThreadableLoader.cpp | 133 void DocumentThreadableLoader::didSendData(SubresourceLoader* loader, unsigned long long bytesSent,… in didSendData() function in WebCore::DocumentThreadableLoader 138 m_client->didSendData(bytesSent, totalBytesToBeSent); in didSendData()
|
D | SubresourceLoader.cpp | 117 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()
|
D | ThreadableLoaderClient.h | 41 …virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent… in didSendData() function
|
D | SubresourceLoaderClient.h | 46 …virtual void didSendData(SubresourceLoader*, unsigned long long /*bytesSent*/, unsigned long long … in didSendData() function
|
D | SubresourceLoader.h | 50 … virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
|
D | DocumentThreadableLoader.h | 63 …virtual void didSendData(SubresourceLoader*, unsigned long long bytesSent, unsigned long long tota…
|
D | WorkerThreadableLoader.cpp | 173 workerClientWrapper->didSendData(bytesSent, totalBytesToBeSent); in workerContextDidSendData() 176 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned l… in didSendData() function in WebCore::WorkerThreadableLoader::MainThreadBridge
|
D | WorkerThreadableLoader.h | 114 … virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
|
/external/webkit/WebCore/platform/network/ |
D | ResourceHandleClient.h | 68 …virtual void didSendData(ResourceHandle*, unsigned long long /*bytesSent*/, unsigned long long /*t… in didSendData() function
|
/external/webkit/WebCore/xml/ |
D | XMLHttpRequest.h | 130 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
|
D | XMLHttpRequest.cpp | 1051 void XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSen… in didSendData() function in WebCore::XMLHttpRequest
|
/external/webkit/WebCore/platform/network/mac/ |
D | FormDataStreamMac.mm | 112 resourceHandle->client()->didSendData(resourceHandle, data->bytesSent, data->streamLength);
|
D | ResourceHandleMac.mm | 708 m_handle->client()->didSendData(m_handle, totalBytesWritten, totalBytesExpectedToWrite);
|
/external/webkit/WebCore/platform/network/cf/ |
D | ResourceHandleCFNet.cpp | 181 handle->client()->didSendData(handle, totalBytesWritten, totalBytesExpectedToWrite); in didSendBodyData()
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 2083 (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):
|
D | ChangeLog-2008-08-10 | 2037 (WebCore::ResourceLoader::didSendData): 2040 (WebCore::SubresourceLoader::didSendData): 2043 (WebCore::SubresourceLoaderClient::didSendData): 2051 (WebCore::ResourceHandleClient::didSendData): 2081 (WebCore::XMLHttpRequest::didSendData):
|