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

  /external/chromium_org/chrome/browser/history/
scored_history_match.h 25 class ScoredHistoryMatch : public history::HistoryMatch {
32 ScoredHistoryMatch(); // Required by STL.
49 ScoredHistoryMatch(const URLRow& row,
58 ~ScoredHistoryMatch();
63 static bool MatchScoreGreater(const ScoredHistoryMatch& m1,
64 const ScoredHistoryMatch& m2);
148 // construction of ScoredHistoryMatch, they may contain all matches, but
204 typedef std::vector<ScoredHistoryMatch> ScoredHistoryMatches;
scored_history_match.cc 28 // ScoredHistoryMatch ----------------------------------------------------------
31 const size_t ScoredHistoryMatch::kMaxVisitsToScore = 10;
32 const int ScoredHistoryMatch::kDaysToPrecomputeRecencyScoresFor = 366;
33 const int ScoredHistoryMatch::kMaxRawTermScore = 30;
34 float* ScoredHistoryMatch::raw_term_score_to_topicality_score_ = NULL;
35 float* ScoredHistoryMatch::days_ago_to_recency_score_ = NULL;
36 bool ScoredHistoryMatch::initialized_ = false;
37 int ScoredHistoryMatch::bookmark_value_ = 1;
38 bool ScoredHistoryMatch::allow_tld_matches_ = false;
39 bool ScoredHistoryMatch::allow_scheme_matches_ = false
    [all...]

Completed in 51 milliseconds