Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DRawResource.h78 …virtual void dataSent(Resource*, unsigned long long /* bytesSent */, unsigned long long /* totalBy… in dataSent() function
DRawResource.cpp113 c->dataSent(this, bytesSent, totalBytesToBeSent); in didSendData()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentThreadableLoader.h73 …virtual void dataSent(Resource*, unsigned long long bytesSent, unsigned long long totalBytesToBeSe…
DDocumentThreadableLoader.cpp256 void DocumentThreadableLoader::dataSent(Resource* resource, unsigned long long bytesSent, unsigned … in dataSent() function in WebCore::DocumentThreadableLoader