OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dataSent
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
RawResource.h
95
virtual void
dataSent
(Resource*, unsigned long long /* bytesSent */, unsigned long long /* totalBytesToBeSent */) { }
RawResource.cpp
106
c->
dataSent
(this, bytesSent, totalBytesToBeSent);
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.h
80
virtual void
dataSent
(Resource*, unsigned long long bytesSent, unsigned long long totalBytesToBeSent);
DocumentThreadableLoader.cpp
244
void DocumentThreadableLoader::
dataSent
(Resource* resource, unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
Completed in 39 milliseconds