Searched defs:GetReceivedBytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_query.cc157 static int GetReceivedBytes(const DownloadItem& item) { function in namespace:__anon3588
158 return item.GetReceivedBytes();
272 return AddFilter(BuildFilter<int>(value, EQ, &GetReceivedBytes));
426 sorters_.push_back(Sorter::Build<int>(direction, &GetReceivedBytes));
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc724 int64 DownloadItemImpl::GetReceivedBytes() const { function in class:content::DownloadItemImpl
844 GetReceivedBytes(),
1716 download_params->set_offset(GetReceivedBytes());

Completed in 131 milliseconds