Searched defs:SetSuggestedText (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit.cc177 void AutocompleteEditModel::SetSuggestedText( function in class:AutocompleteEditModel
239 SetSuggestedText(suggested_text, instant_complete_behavior_);
590 SetSuggestedText(string16(), INSTANT_COMPLETE_NOW);
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc584 void LocationBarViewGtk::SetSuggestedText(const string16& text, function in class:LocationBarViewGtk
586 location_entry_->model()->SetSuggestedText(text, behavior);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1077 void LocationBarView::SetSuggestedText(const string16& text, function in class:LocationBarView
1079 location_entry_->model()->SetSuggestedText(text, behavior);
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc3525 void Browser::SetSuggestedText(const string16& text, function in class:Browser
3527 window()->GetLocationBar()->SetSuggestedText(text, behavior);

Completed in 174 milliseconds