Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_model.cc114 const int kPercentageMatchHistogramWidthBuckets[] = { 400, 700, 1200 }; variable
153 for (size_t i = 0; i < arraysize(kPercentageMatchHistogramWidthBuckets); in RecordPercentageMatchHistogram()
155 if (omnibox_width < kPercentageMatchHistogramWidthBuckets[i]) { in RecordPercentageMatchHistogram()
156 suffix = base::IntToString(kPercentageMatchHistogramWidthBuckets[i]); in RecordPercentageMatchHistogram()