Searched refs:SortData (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer.h56 struct SortData { struct in class:app_list::Mixer
57 SortData();
58 SortData(ChromeSearchResult* result, double score);
60 bool operator<(const SortData& other) const;
65 typedef std::vector<Mixer::SortData> SortedResults;
H A Dmixer.cc39 Mixer::SortData::SortData() : result(NULL), score(0.0) { function in class:app_list::Mixer::SortData
42 Mixer::SortData::SortData(ChromeSearchResult* result, double score) function in class:app_list::Mixer::SortData
46 bool Mixer::SortData::operator<(const SortData& other) const {
102 SortData(static_cast<ChromeSearchResult*>(*result_it),
H A Dmixer_unittest.cc210 new_results.push_back(Mixer::SortData(result1.get(), 1.0f));
211 new_results.push_back(Mixer::SortData(result2.get(), 1.0f));
212 new_results.push_back(Mixer::SortData(result3.get(), 1.0f));
233 new_results[0] = Mixer::SortData(result4.get(), 1.0f);
242 new_results[2] = Mixer::SortData(result3_copy.get(), 1.0f);
269 new_results[0] = Mixer::SortData(result2.get(), 1.0f);
270 new_results[1] = Mixer::SortData(result5.get(), 1.0f);
271 new_results[2] = Mixer::SortData(result3.get(), 1.0f);
272 new_results.push_back(Mixer::SortData(result4.get(), 1.0f));
/external/chromium_org/net/base/
H A Ddirectory_lister.cc72 void SortData(std::vector<DirectoryLister::DirectoryListerData>* data, function in namespace:net::__anon8993
181 SortData(&file_data, sort_);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc429 void SortData() { function in class:__anon4617::StateInternal
845 new_state.SortData();

Completed in 924 milliseconds