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

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h 117 bool CurrentTextIsURL() const;
omnibox_edit_model.cc 359 bool OmniboxEditModel::CurrentTextIsURL() const {
401 // We can't use CurrentTextIsURL() or GetDataForURLExport() because right now
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 153 bool CurrentTextIsURL() const;
412 // and CurrentTextIsURL()). The view needs this because it calls this
autocomplete_edit.cc 301 bool AutocompleteEditModel::CurrentTextIsURL() const {
330 // We can't use CurrentTextIsURL() or GetDataForURLExport() because right now
    [all...]
autocomplete_edit_view_gtk.cc     [all...]
autocomplete_edit_view_win.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 860 bool grey_base = model()->CurrentTextIsURL() &&
872 // Note that we check CurrentTextIsURL() because if we're replacing search
877 if (!model()->user_input_in_progress() && model()->CurrentTextIsURL() &&
omnibox_view_win.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc     [all...]

Completed in 209 milliseconds