HomeSort by relevance Sort by last modified time
    Searched refs:ACMatchClassification (Results 26 - 42 of 42) sorted by null

12

  /external/chromium/chrome/browser/autocomplete/
keyword_provider.cc 334 ACMatchClassification(0, ACMatchClassification::DIM));
340 match->contents.length(), ACMatchClassification::NONE,
360 ACMatchClassification::NONE, &match->contents_class);
441 ACMatchClassification::DIM,
autocomplete_unittest.cc 96 ACMatchClassification(0, ACMatchClassification::NONE));
99 ACMatchClassification(0, ACMatchClassification::NONE));
history_url_provider.cc 341 ACMatchClassification::URL,
391 ACMatchClassification::NONE, &match->description_class);
    [all...]
autocomplete_popup_view_gtk.cc 238 if (i->style & ACMatchClassification::URL) {
248 if (i->style & ACMatchClassification::DIM)
257 PangoWeight weight = (i->style & ACMatchClassification::MATCH) ?
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 246 ACMatchClassification(0, ACMatchClassification::NONE));
354 if (!(i->style & ACMatchClassification::URL)) {
410 if (classifications[i].style & ACMatchClassification::MATCH)
413 if (classifications[i].style & ACMatchClassification::URL)
415 else if (classifications[i].style & ACMatchClassification::DIM)
  /external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.cc 85 input.text().length(), app.name.length(), ACMatchClassification::NONE,
91 ACMatchClassification::URL, &match.description_class);
search_provider.cc 122 match->contents_class.push_back(ACMatchClassification(
123 0, ACMatchClassification::MATCH));
125 // TODO(beng): ACMatchClassification::MATCH now seems to just mean
133 match->contents_class.push_back(ACMatchClassification(
134 0, ACMatchClassification::MATCH));
137 ACMatchClassification(input_position, ACMatchClassification::NONE));
140 match->contents_class.push_back(ACMatchClassification(
141 next_fragment_position, ACMatchClassification::MATCH));
147 match->contents_class.push_back(ACMatchClassification(
    [all...]
autocomplete_provider_unittest.cc 136 ACMatchClassification(0, ACMatchClassification::NONE));
139 ACMatchClassification(0, ACMatchClassification::NONE));
keyword_provider.cc 497 ACMatchClassification(0, ACMatchClassification::DIM));
503 match->contents.length(), ACMatchClassification::NONE,
525 ACMatchClassification::NONE, &match->contents_class);
zero_suggest_provider.cc 336 match.contents.length(), ACMatchClassification::URL,
342 match.description.length(), ACMatchClassification::NONE,
bookmark_provider_unittest.cc 144 if (i->style & AutocompleteMatch::ACMatchClassification::MATCH) {
history_url_provider.cc 441 ACMatchClassification::URL,
446 match.contents.length(), ACMatchClassification::URL,
    [all...]
autocomplete_controller.cc 559 ACMatchClassification(0, ACMatchClassification::DIM));
history_url_provider_unittest.cc     [all...]
search_provider_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc 428 if (i->style & ACMatchClassification::URL) {
438 if (i->style & ACMatchClassification::DIM)
447 PangoWeight weight = (i->style & ACMatchClassification::MATCH) ?
  /external/chromium_org/chrome/browser/history/
shortcuts_backend.cc 42 &unmatched, i->offset, i->style & ~ACMatchClassification::MATCH);

Completed in 437 milliseconds

12