Home
last modified time | relevance | path

Searched refs:CurrentTextIsURL (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit.h153 bool CurrentTextIsURL() const;
Dautocomplete_edit.cc301 bool AutocompleteEditModel::CurrentTextIsURL() const { in CurrentTextIsURL() function in AutocompleteEditModel
Dautocomplete_edit_view_gtk.cc2023 const bool emphasize = model_->CurrentTextIsURL() && (host.len > 0); in EmphasizeURLComponents()
Dautocomplete_edit_view_win.cc2195 const bool emphasize = model_->CurrentTextIsURL() && (host.len > 0); in EmphasizeURLComponents()
Dautocomplete_edit_view_mac.mm558 const bool emphasize = model_->CurrentTextIsURL() && (host.len > 0);