Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DRawResource.h83 virtual void dataDownloaded(Resource*, int) { } in dataDownloaded() function
DRawResource.cpp120 c->dataDownloaded(this, dataLength); in didDownloadData()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentThreadableLoader.h78 virtual void dataDownloaded(Resource*, int) OVERRIDE;
DDocumentThreadableLoader.cpp263 void DocumentThreadableLoader::dataDownloaded(Resource* resource, int dataLength) in dataDownloaded() function in WebCore::DocumentThreadableLoader