Searched defs:didSendData (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebCore/loader/
H A DThreadableLoaderClient.h41 virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) { } function in class:WebCore::ThreadableLoaderClient
H A DSubresourceLoaderClient.h46 virtual void didSendData(SubresourceLoader*, unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) { } function in class:WebCore::SubresourceLoaderClient
H A DThreadableLoaderClientWrapper.h59 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::ThreadableLoaderClientWrapper
62 m_client->didSendData(bytesSent, totalBytesToBeSent);
H A DSubresourceLoader.cpp122 void SubresourceLoader::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::SubresourceLoader
127 m_client->didSendData(this, bytesSent, totalBytesToBeSent);
H A DDocumentThreadableLoader.cpp175 void DocumentThreadableLoader::didSendData(SubresourceLoader* loader, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::DocumentThreadableLoader
180 m_client->didSendData(bytesSent, totalBytesToBeSent);
H A DResourceLoader.cpp226 void ResourceLoader::didSendData(unsigned long long, unsigned long long) function in class:WebCore::ResourceLoader
393 void ResourceLoader::didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::ResourceLoader
395 didSendData(bytesSent, totalBytesToBeSent);
H A DWorkerThreadableLoader.cpp169 workerClientWrapper->didSendData(bytesSent, totalBytesToBeSent);
172 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
/external/webkit/WebCore/platform/network/
H A DResourceHandleClient.h68 virtual void didSendData(ResourceHandle*, unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) { } function in class:WebCore::ResourceHandleClient
/external/webkit/WebKit/chromium/src/
H A DSocketStreamHandle.cpp64 virtual void didSendData(WebSocketStreamHandle*, int);
140 void SocketStreamHandleInternal::didSendData(WebSocketStreamHandle* socketHandle, int amountSent) function in class:WebCore::SocketStreamHandleInternal
142 LOG(Network, "SocketStreamHandleInternal::didSendData %d", amountSent);
H A DResourceHandle.cpp69 virtual void didSendData(
119 void ResourceHandleInternal::didSendData( function in class:WebCore::ResourceHandleInternal
123 m_client->didSendData(m_owner, bytesSent, totalBytesToBeSent);
/external/webkit/WebCore/xml/
H A DXMLHttpRequest.cpp859 void XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::XMLHttpRequest

Completed in 18 milliseconds