Home
last modified time | relevance | path

Searched refs:CurrentTextType (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_view.cc102 model_->CurrentTextType() : AutocompleteMatchType::URL_WHAT_YOU_TYPED); in GetIcon()
Domnibox_edit_model.h126 AutocompleteMatch::Type CurrentTextType() const;
Domnibox_edit_model.cc438 AutocompleteMatch::Type OmniboxEditModel::CurrentTextType() const { in CurrentTextType() function in OmniboxEditModel
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit.h156 AutocompleteMatch::Type CurrentTextType() const;
Dautocomplete_edit_view_views.cc350 AutocompleteMatch::TypeToIcon(model_->CurrentTextType()) : in GetIcon()
Dautocomplete_edit.cc314 AutocompleteMatch::Type AutocompleteEditModel::CurrentTextType() const { in CurrentTextType() function in AutocompleteEditModel
Dautocomplete_edit_view_win.cc639 AutocompleteMatch::TypeToIcon(model_->CurrentTextType()) : in GetIcon()
Dautocomplete_edit_view_gtk.cc537 AutocompleteMatch::TypeToIcon(model_->CurrentTextType()) : in GetIcon()
Dautocomplete_edit_view_mac.mm319 AutocompleteMatch::TypeToIcon(model_->CurrentTextType()) :