Searched refs:max_match_score (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc188 // guarantee that scores are decreasing. |max_match_score| keeps
190 // see. Also, reduce |max_match_score| if we think there will be
201 int max_match_score = matches.begin()->raw_score(); local
203 max_match_score = std::min(max_match_score,
215 // Set max_match_score to the score we'll assign this result:
216 max_match_score = std::min(max_match_score, history_match.raw_score());
217 matches_.push_back(QuickMatchToACMatch(history_match, max_match_score));
218 // Mark this max_match_score a
[all...]

Completed in 43 milliseconds