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.cc112 const int kPercentageMatchHistogramWidthBuckets[] = { 400, 700, 1200 }; variable
151 for (size_t i = 0; i < arraysize(kPercentageMatchHistogramWidthBuckets); in RecordPercentageMatchHistogram()
153 if (omnibox_width < kPercentageMatchHistogramWidthBuckets[i]) { in RecordPercentageMatchHistogram()
154 suffix = base::IntToString(kPercentageMatchHistogramWidthBuckets[i]); in RecordPercentageMatchHistogram()