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

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit.h153 bool CurrentTextIsURL() const;
412 // and CurrentTextIsURL()). The view needs this because it calls this
H A Dautocomplete_edit.cc301 bool AutocompleteEditModel::CurrentTextIsURL() const { function in class:AutocompleteEditModel
330 // We can't use CurrentTextIsURL() or GetDataForURLExport() because right now
H A Dautocomplete_edit_view_gtk.cc2023 const bool emphasize = model_->CurrentTextIsURL() && (host.len > 0);
H A Dautocomplete_edit_view_win.cc2195 const bool emphasize = model_->CurrentTextIsURL() && (host.len > 0);

Completed in 119 milliseconds