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

  /external/chromium_org/chrome/browser/ui/app_list/search/
history_types.h 22 // KnownResults maps a result id to a KnownResultType.
23 typedef std::map<std::string, KnownResultType> KnownResults;
mixer.h 50 void MixAndPublish(const KnownResults& known_results);
79 void FetchResults(const KnownResults& known_results);
history.h 46 scoped_ptr<KnownResults> GetKnownResults(const std::string& query) const;
history.cc 50 scoped_ptr<KnownResults> History::GetKnownResults(
history_data.h 67 scoped_ptr<KnownResults> GetKnownResults(const std::string& query) const;
mixer.cc 64 void FetchResults(const KnownResults& known_results) {
79 KnownResults::const_iterator known_it =
96 NOTREACHED() << "Unknown result in KnownResults?";
141 void Mixer::MixAndPublish(const KnownResults& known_results) {
254 void Mixer::FetchResults(const KnownResults& known_results) {
history_data.cc 101 scoped_ptr<KnownResults> HistoryData::GetKnownResults(
103 scoped_ptr<KnownResults> results(new KnownResults);
search_controller.cc 170 KnownResults known_results;
history_unittest.cc 150 scoped_ptr<KnownResults> known_results_;
mixer_unittest.cc 117 mixer_->MixAndPublish(KnownResults());

Completed in 87 milliseconds