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

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h 127 bool CurrentTextIsURL() const;
omnibox_edit_model.cc 437 bool OmniboxEditModel::CurrentTextIsURL() const {
478 // We can't use CurrentTextIsURL() or GetDataForURLExport() because right now
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 600 bool grey_base = model()->CurrentTextIsURL() &&
612 // Note that we check CurrentTextIsURL() because if we're replacing search
617 if (!model()->user_input_in_progress() && model()->CurrentTextIsURL() &&
    [all...]

Completed in 90 milliseconds