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

12

/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
62 m_client->didSendData(bytesSent, totalBytesToBeSent);
H A DSubresourceLoader.h68 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) override;
H A DWorkerThreadableLoader.h113 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) override;
H A DResourceLoader.h97 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
170 virtual void didSendData(ResourceHandle*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) override;
H A DWorkerThreadableLoader.cpp164 workerClientWrapper->didSendData(bytesSent, totalBytesToBeSent);
167 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
491 didSendData(bytesSent, totalBytesToBeSent);
H A DSubresourceLoader.cpp182 void SubresourceLoader::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::SubresourceLoader
186 m_resource->didSendData(bytesSent, totalBytesToBeSent);
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DAsynchronousNetworkLoaderClient.h47 virtual void didSendData(NetworkResourceLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) override;
H A DNetworkLoaderClient.h55 virtual void didSendData(NetworkResourceLoader*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) = 0;
H A DSynchronousNetworkLoaderClient.h59 virtual void didSendData(NetworkResourceLoader*, unsigned long long /* bytesSent */, unsigned long long /* totalBytesToBeSent */) override { }
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
298 m_networkLoaderClient->didSendData(this, bytesSent, totalBytesToBeSent);
H A DNetworkResourceLoader.h89 virtual void didSendData(WebCore::ResourceHandle*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) override;
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedRawResource.h60 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) override;
H A DCachedRawResource.cpp176 void CachedRawResource::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::CachedRawResource
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Network/
H A DWebResourceLoader.h82 void didSendData(uint64_t bytesSent, uint64_t totalBytesToBeSent);
H A DWebResourceLoader.cpp100 void WebResourceLoader::didSendData(uint64_t bytesSent, uint64_t totalBytesToBeSent) function in class:WebKit::WebResourceLoader
102 m_coreLoader->didSendData(bytesSent, totalBytesToBeSent);
/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/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSAccount.h179 bool SOSAccountSyncWithPeer(SOSAccountRef account, SOSCircleRef circle, SOSPeerInfoRef thisPeer, bool* didSendData, CFErrorRef* error);
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceHandleCFURLConnectionDelegateWithOperationQueue.cpp239 m_handle->client()->didSendData(m_handle, totalBytesWritten, totalBytesExpectedToWrite);
H A DSynchronousResourceHandleCFURLConnectionDelegate.cpp234 m_handle->client()->didSendData(m_handle, totalBytesWritten, totalBytesExpectedToWrite);
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequest.h180 virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) override;
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DWebCoreResourceHandleAsDelegate.mm243 m_handle->client()->didSendData(m_handle, totalBytesWritten, totalBytesExpectedToWrite);
H A DWebCoreResourceHandleAsOperationQueueDelegate.mm281 m_handle->client()->didSendData(m_handle, totalBytesWritten, totalBytesExpectedToWrite);

Completed in 225 milliseconds

12