HomeSort by relevance Sort by last modified time
    Searched refs:TypeToIcon (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 97 static int TypeToIcon(Type type);
autocomplete_match.cc 63 int AutocompleteMatch::TypeToIcon(Type type) {
autocomplete_edit_view_views.cc 350 AutocompleteMatch::TypeToIcon(model_->CurrentTextType()) :
autocomplete_popup_view_gtk.cc 497 IDR_OMNIBOX_STAR : AutocompleteMatch::TypeToIcon(match.type);
autocomplete_edit_view_gtk.cc 537 AutocompleteMatch::TypeToIcon(model_->CurrentTextType()) :
    [all...]
autocomplete_edit_view_win.cc 639 AutocompleteMatch::TypeToIcon(model_->CurrentTextType()) :
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 124 AutocompleteMatch::TypeToIcon(AutocompleteMatch::URL_WHAT_YOU_TYPED))->
240 IDR_OMNIBOX_STAR : AutocompleteMatch::TypeToIcon(match_.type);

Completed in 304 milliseconds