Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/autocomplete/
Dbookmark_provider.cc304 const int kURLCountBoost[4] = { 0, 75, 125, 150 }; in BookmarkMatchToACMatch() local
307 DCHECK_GE(std::min(arraysize(kURLCountBoost), nodes.size()), 1U); in BookmarkMatchToACMatch()
309 kURLCountBoost[std::min(arraysize(kURLCountBoost), nodes.size()) - 1]; in BookmarkMatchToACMatch()