Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/omnibox/
Domnibox_field_trial_unittest.cc191 TEST_F(OmniboxFieldTrialTest, GetUndemotableTopTypes) { in TEST_F() argument
204 undemotable_types = OmniboxFieldTrial::GetUndemotableTopTypes( in TEST_F()
209 undemotable_types = OmniboxFieldTrial::GetUndemotableTopTypes( in TEST_F()
213 undemotable_types = OmniboxFieldTrial::GetUndemotableTopTypes( in TEST_F()
Domnibox_field_trial.h161 static UndemotableTopMatchTypes GetUndemotableTopTypes(
Domnibox_field_trial.cc276 OmniboxFieldTrial::GetUndemotableTopTypes( in GetUndemotableTopTypes() function in OmniboxFieldTrial
/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_result.cc163 OmniboxFieldTrial::GetUndemotableTopTypes( in SortAndCull()