Home
last modified time | relevance | path

Searched refs:ScoredHistoryMatch (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/history/
Din_memory_url_index.h60 struct ScoredHistoryMatch : public HistoryMatch { struct
61 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; argument
337 static ScoredHistoryMatch ScoredMatchForURL(
Din_memory_url_index.cc58 ScoredHistoryMatch::ScoredHistoryMatch() in ScoredHistoryMatch() function in history::ScoredHistoryMatch
62 ScoredHistoryMatch::ScoredHistoryMatch(const URLRow& url_info) in ScoredHistoryMatch() function in history::ScoredHistoryMatch
67 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 ()()
Din_memory_url_index_unittest.cc446 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()
/external/chromium/chrome/browser/autocomplete/
Dhistory_quick_provider.cc32 using history::ScoredHistoryMatch;
107 const ScoredHistoryMatch& history_match(*match_iter); in DoAutocomplete()
119 const ScoredHistoryMatch& history_match, in QuickMatchToACMatch()
Dhistory_quick_provider.h48 const history::ScoredHistoryMatch& history_match,