Searched refs:CurrentTextIsURL (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.h127 bool CurrentTextIsURL() const;
H A Domnibox_edit_model.cc437 bool OmniboxEditModel::CurrentTextIsURL() const { function in class:OmniboxEditModel
478 // We can't use CurrentTextIsURL() or GetDataForURLExport() because right now
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc600 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() &&

Completed in 573 milliseconds