Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_model.h123 bool CurrentTextIsURL() const;
Domnibox_edit_model.cc423 bool OmniboxEditModel::CurrentTextIsURL() const { in CurrentTextIsURL() function in OmniboxEditModel
/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_win.cc2195 const bool emphasize = model_->CurrentTextIsURL() && (host.len > 0); in EmphasizeURLComponents()
Dautocomplete_edit_view_gtk.cc2023 const bool emphasize = model_->CurrentTextIsURL() && (host.len > 0); in EmphasizeURLComponents()
Dautocomplete_edit_view_mac.mm558 const bool emphasize = model_->CurrentTextIsURL() && (host.len > 0);
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views.cc933 bool grey_base = model()->CurrentTextIsURL() && in EmphasizeURLComponents()
950 if (!model()->user_input_in_progress() && model()->CurrentTextIsURL() && in EmphasizeURLComponents()
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
Domnibox_view_gtk.cc1644 bool grey_base = model()->CurrentTextIsURL() && in EmphasizeURLComponents()
1661 if (!model()->user_input_in_progress() && model()->CurrentTextIsURL() && in EmphasizeURLComponents()
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac.mm446 if (model()->CurrentTextIsURL() &&
464 if (!model()->user_input_in_progress() && model()->CurrentTextIsURL() &&