Searched refs:didSendData (Results 1 - 25 of 33) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/public/
H A DWebSocketStreamHandleClient.h50 virtual void didSendData(WebSocketStreamHandle*, int /* amountSent */) = 0;
H A DWebURLLoaderClient.h50 virtual void didSendData( function in class:WebKit::WebURLLoaderClient
/external/webkit/Source/WebCore/loader/
H A DThreadableLoaderClient.h43 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.h53 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
H A DResourceLoader.h84 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
105 virtual void didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
H A DResourceLoader.cpp255 void ResourceLoader::didSendData(unsigned long long, unsigned long long) function in class:WebCore::ResourceLoader
422 void ResourceLoader::didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::ResourceLoader
424 didSendData(bytesSent, totalBytesToBeSent);
H A DDocumentThreadableLoader.h76 virtual void didSendData(SubresourceLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
H A DWorkerThreadableLoader.h115 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
H A DSubresourceLoader.cpp116 void SubresourceLoader::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::SubresourceLoader
121 m_client->didSendData(this, bytesSent, totalBytesToBeSent);
H A DWorkerThreadableLoader.cpp168 workerClientWrapper->didSendData(bytesSent, totalBytesToBeSent);
171 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
H A DDocumentThreadableLoader.cpp194 void DocumentThreadableLoader::didSendData(SubresourceLoader* loader, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::DocumentThreadableLoader
199 m_client->didSendData(bytesSent, totalBytesToBeSent);
/external/webkit/Source/WebKit/chromium/src/
H A DAssociatedURLLoader.cpp60 virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/);
108 void AssociatedURLLoader::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebKit::AssociatedURLLoader::ClientAdapter
113 m_client->didSendData(m_loader, bytesSent, totalBytesToBeSent);
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.cpp72 virtual void didSendData(
143 void ResourceHandleInternal::didSendData( function in class:WebCore::ResourceHandleInternal
147 m_client->didSendData(m_owner, bytesSent, totalBytesToBeSent);
/external/chromium/webkit/glue/
H A Dresource_fetcher.h60 virtual void didSendData(
H A Dresource_fetcher.cc79 void ResourceFetcher::didSendData( function in class:webkit_glue::ResourceFetcher
H A Dwebsocketstreamhandle_impl.cc116 client_->didSendData(handle_, amount_sent);
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandleClient.h71 virtual void didSendData(ResourceHandle*, unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) { } function in class:WebCore::ResourceHandleClient
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.h64 virtual void didSendData(
H A Dbuffered_resource_loader.h123 virtual void didSendData(
H A Dsimple_data_source.cc163 void SimpleDataSource::didSendData( function in class:webkit_glue::SimpleDataSource
H A Dbuffered_resource_loader.cc264 void BufferedResourceLoader::didSendData( function in class:webkit_glue::BufferedResourceLoader
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.h150 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);

Completed in 424 milliseconds

12