Searched defs:raw_score (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc108 if (history_match.raw_score > 0) {
125 int score = CalculateRelevance(history_match.raw_score,
199 int HistoryQuickProvider::CalculateRelevance(int raw_score, argument
211 return raw_score;
/external/chromium/chrome/browser/history/
H A Din_memory_url_index.h70 int raw_score; member in struct:history::ScoredHistoryMatch
H A Din_memory_url_index.cc59 : raw_score(0),
64 raw_score(0),
72 return m1.raw_score >= m2.raw_score;
778 match.raw_score = std::min(kScoreRank[0], (term_score + score +
827 int raw_score = order_value + start_value + complete_value; local
832 return ScoreForValue(raw_score, kTermScoreLevel);
854 if (match.raw_score > 0)

Completed in 48 milliseconds