HomeSort by relevance Sort by last modified time
    Searched full:description_class (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.cc 241 match->description_class.push_back(
244 match->description_class.push_back(
250 match->description_class.push_back(
autocomplete_match.cc 159 ValidateClassifications(description, description_class);
extension_app_provider.cc 74 HighlightMatch(input, &match.description_class, url_iter, url);
history_provider.cc 51 i->description_class.clear();
autocomplete_popup_view_mac_unittest.mm 401 m.description_class.push_back(
403 m.description_class.push_back(
keyword_provider.cc 442 &result.description_class);
510 match->description_class.clear();
autocomplete_match.h 166 ACMatchClassifications description_class; member in struct:AutocompleteMatch
history_quick_provider.cc 174 match.description_class = SpansFromTermMatch(history_match.title_matches,
search_provider.cc 93 // Reset the description/description_class of all searches. We'll set the
100 i->description_class.clear();
    [all...]
search_provider.h 273 // Updates the description/description_class of the first search match.
autocomplete_unittest.cc 98 match.description_class.push_back(
history_quick_provider_unittest.cc 282 ACMatchClassifications description(ac_matches_[0].description_class);
history_url_provider.cc 391 ACMatchClassification::NONE, &match->description_class);
    [all...]
autocomplete_popup_view_gtk.cc 671 SetupLayoutForMatch(layout_, match.description, match.description_class,
autocomplete_popup_view_mac.mm 228 DecorateMatchedString(match.description, match.description_class,
  /external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.cc 39 DrawString(canvas, match.description, match.description_class, true, x,
autocomplete_result_view.cc 203 DrawString(canvas, match.description, match.description_class, true, x,

Completed in 208 milliseconds