Searched refs:dataSent (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedRawResourceClient.h40 virtual void dataSent(CachedResource*, unsigned long long /* bytesSent */, unsigned long long /* totalBytesToBeSent */) { } function in class:WebCore::CachedRawResourceClient
H A DCachedRawResource.cpp180 c->dataSent(this, bytesSent, totalBytesToBeSent);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentThreadableLoader.h81 virtual void dataSent(CachedResource*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) override;
H A DDocumentThreadableLoader.cpp225 void DocumentThreadableLoader::dataSent(CachedResource* resource, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) function in class:WebCore::DocumentThreadableLoader

Completed in 68 milliseconds