Home
last modified time | relevance | path

Searched defs:didSendData (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/loader/
DThreadableLoaderClient.h43 …virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent… in didSendData() function
DThreadableLoaderClientWrapper.h59 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
DResourceLoader.cpp255 void ResourceLoader::didSendData(unsigned long long, unsigned long long) in didSendData() function in WebCore::ResourceLoader
422 void ResourceLoader::didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long … in didSendData() function in WebCore::ResourceLoader
DSubresourceLoader.cpp116 void SubresourceLoader::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBe… in didSendData() function in WebCore::SubresourceLoader
DWorkerThreadableLoader.cpp171 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned l… in didSendData() function in WebCore::WorkerThreadableLoader::MainThreadBridge
DDocumentThreadableLoader.cpp194 void DocumentThreadableLoader::didSendData(SubresourceLoader* loader, unsigned long long bytesSent,… in didSendData() function in WebCore::DocumentThreadableLoader
/external/webkit/Source/WebKit/chromium/public/
DWebURLLoaderClient.h50 virtual void didSendData( in didSendData() function
/external/chromium/webkit/glue/
Dresource_fetcher.cc79 void ResourceFetcher::didSendData( in didSendData() function in webkit_glue::ResourceFetcher
Dmultipart_response_delegate_unittest.cc60 virtual void didSendData( in didSendData() function in __anon3a3a65d80111::MockWebURLLoaderClient
/external/webkit/Source/WebKit/chromium/src/
DSocketStreamHandle.cpp140 void SocketStreamHandleInternal::didSendData(WebSocketStreamHandle* socketHandle, int amountSent) in didSendData() function in WebCore::SocketStreamHandleInternal
DAssociatedURLLoader.cpp108 void AssociatedURLLoader::ClientAdapter::didSendData(unsigned long long bytesSent, unsigned long lo… in didSendData() function in WebKit::AssociatedURLLoader::ClientAdapter
DResourceHandle.cpp143 void ResourceHandleInternal::didSendData( in didSendData() function in WebCore::ResourceHandleInternal
/external/webkit/Source/WebCore/platform/network/
DResourceHandleClient.h71 …virtual void didSendData(ResourceHandle*, unsigned long long /*bytesSent*/, unsigned long long /*t… in didSendData() function
/external/chromium/webkit/glue/media/
Dsimple_data_source.cc163 void SimpleDataSource::didSendData( in didSendData() function in webkit_glue::SimpleDataSource
Dbuffered_resource_loader.cc264 void BufferedResourceLoader::didSendData( in didSendData() function in webkit_glue::BufferedResourceLoader
/external/webkit/Source/WebCore/xml/
DXMLHttpRequest.cpp1009 void XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSen… in didSendData() function in WebCore::XMLHttpRequest