Searched defs:GetTotalBytes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_item_model.cc313 int64 total = GetTotalBytes();
429 int64 DownloadItemModel::GetTotalBytes() const { function in class:DownloadItemModel
431 download_->GetTotalBytes();
616 int64 total = GetTotalBytes();
H A Ddownload_query.cc161 static int GetTotalBytes(const DownloadItem& item) { function in namespace:__anon3588
162 return item.GetTotalBytes();
304 return AddFilter(BuildFilter<int>(value, EQ, &GetTotalBytes));
306 return AddFilter(BuildFilter<int>(value, GT, &GetTotalBytes));
308 return AddFilter(BuildFilter<int>(value, LT, &GetTotalBytes));
429 sorters_.push_back(Sorter::Build<int>(direction, &GetTotalBytes));
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc720 int64 DownloadItemImpl::GetTotalBytes() const { function in class:content::DownloadItemImpl
843 GetTotalBytes(),

Completed in 529 milliseconds