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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DThreadableLoaderClient.h43 virtual void didSendData(unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) { } function in class:WebCore::ThreadableLoaderClient
H A DThreadableLoaderClientWrapper.h59 void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::ThreadableLoaderClientWrapper
H A DSubresourceLoader.cpp182 void SubresourceLoader::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::SubresourceLoader
H A DWorkerThreadableLoader.cpp167 void WorkerThreadableLoader::MainThreadBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
H A DResourceLoader.cpp298 void ResourceLoader::didSendData(unsigned long long, unsigned long long) function in class:WebCore::ResourceLoader
489 void ResourceLoader::didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::ResourceLoader
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DAsynchronousNetworkLoaderClient.cpp82 void AsynchronousNetworkLoaderClient::didSendData(NetworkResourceLoader* loader, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebKit::AsynchronousNetworkLoaderClient
H A DNetworkResourceLoader.cpp294 void NetworkResourceLoader::didSendData(ResourceHandle* handle, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebKit::NetworkResourceLoader
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DResourceHandleClient.h70 virtual void didSendData(ResourceHandle*, unsigned long long /*bytesSent*/, unsigned long long /*totalBytesToBeSent*/) { } function in class:WebCore::ResourceHandleClient
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Network/
H A DWebResourceLoader.cpp100 void WebResourceLoader::didSendData(uint64_t bytesSent, uint64_t totalBytesToBeSent) function in class:WebKit::WebResourceLoader
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedRawResource.cpp176 void CachedRawResource::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::CachedRawResource
H A DCachedResource.h248 virtual void didSendData(unsigned long long /* bytesSent */, unsigned long long /* totalBytesToBeSent */) { } function in class:WebCore::CachedResource
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequest.cpp1110 void XMLHttpRequest::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::XMLHttpRequest

Completed in 132 milliseconds