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

  /external/chromium_org/chrome/browser/download/
download_query.cc 326 // AddSorter() creates a Sorter and pushes it onto sorters_. A Sorter is a
328 // DownloadComparator functor from the sorters_ and passes the
393 sorters_.push_back(Sorter::Build<int64>(direction, &GetEndTimeMsEpoch));
396 sorters_.push_back(Sorter::Build<int64>(direction, &GetStartTimeMsEpoch));
399 sorters_.push_back(Sorter::Build<std::string>(direction, &GetUrl));
402 sorters_.push_back(
406 sorters_.push_back(Sorter::Build<DownloadDangerType>(
410 sorters_.push_back(Sorter::Build<bool>(direction, &GetDangerAccepted));
413 sorters_.push_back(Sorter::Build<bool>(direction, &GetExists));
416 sorters_.push_back(Sorter::Build<DownloadItem::DownloadState>
    [all...]
download_query.h 148 SorterVector sorters_; member in class:DownloadQuery

Completed in 52 milliseconds