Searched refs:ScoredHistoryMatch (Results 1 – 5 of 5) sorted by relevance
60 struct ScoredHistoryMatch : public HistoryMatch { struct61 ScoredHistoryMatch(); // Required by STL.62 explicit ScoredHistoryMatch(const URLRow& url_info);63 ~ScoredHistoryMatch();65 static bool MatchScoreGreater(const ScoredHistoryMatch& m1,66 const ScoredHistoryMatch& m2);75 typedef std::vector<ScoredHistoryMatch> ScoredHistoryMatches; argument337 static ScoredHistoryMatch ScoredMatchForURL(
58 ScoredHistoryMatch::ScoredHistoryMatch() in ScoredHistoryMatch() function in history::ScoredHistoryMatch62 ScoredHistoryMatch::ScoredHistoryMatch(const URLRow& url_info) in ScoredHistoryMatch() function in history::ScoredHistoryMatch67 ScoredHistoryMatch::~ScoredHistoryMatch() {} in ~ScoredHistoryMatch()70 bool ScoredHistoryMatch::MatchScoreGreater(const ScoredHistoryMatch& m1, in MatchScoreGreater()71 const ScoredHistoryMatch& m2) { in MatchScoreGreater()375 ScoredHistoryMatch::MatchScoreGreater); in HistoryItemsForTerms()379 ScoredHistoryMatch::MatchScoreGreater); in HistoryItemsForTerms()702 ScoredHistoryMatch InMemoryURLIndex::ScoredMatchForURL( in ScoredMatchForURL()705 ScoredHistoryMatch match(row); in ScoredMatchForURL()853 ScoredHistoryMatch match(ScoredMatchForURL(hist_item, lower_terms_)); in operator ()()
446 ScoredHistoryMatch scored_a( in TEST_F()448 ScoredHistoryMatch scored_b( in TEST_F()452 ScoredHistoryMatch scored_c( in TEST_F()456 ScoredHistoryMatch scored_d( in TEST_F()458 ScoredHistoryMatch scored_e( in TEST_F()463 ScoredHistoryMatch scored_f( in TEST_F()468 ScoredHistoryMatch scored_g( in TEST_F()473 ScoredHistoryMatch scored_h( in TEST_F()
32 using history::ScoredHistoryMatch;107 const ScoredHistoryMatch& history_match(*match_iter); in DoAutocomplete()119 const ScoredHistoryMatch& history_match, in QuickMatchToACMatch()
48 const history::ScoredHistoryMatch& history_match,