HomeSort by relevance Sort by last modified time
    Searched defs:GetReceivedBytes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/download/
download_query.cc 157 static int GetReceivedBytes(const DownloadItem& item) {
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/
download_item_impl.cc 724 int64 DownloadItemImpl::GetReceivedBytes() const {
844 GetReceivedBytes(),
    [all...]

Completed in 441 milliseconds