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

  /external/chromium/chrome/browser/instant/
instant_delegate.h 41 virtual void SetSuggestedText(const string16& text,
instant_controller.cc 429 delegate_->SetSuggestedText(text, behavior);
  /external/chromium/chrome/browser/ui/omnibox/
location_bar.h 37 virtual void SetSuggestedText(const string16& text,
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 58 virtual void SetSuggestedText(const string16& text,
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 195 void SetSuggestedText(const string16& text,
558 // Last value of InstantCompleteBehavior supplied to |SetSuggestedText|.
autocomplete_edit.cc 177 void AutocompleteEditModel::SetSuggestedText(
239 SetSuggestedText(suggested_text, instant_complete_behavior_);
590 SetSuggestedText(string16(), INSTANT_COMPLETE_NOW);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.h 112 virtual void SetSuggestedText(const string16& text,
location_bar_view_gtk.cc 584 void LocationBarViewGtk::SetSuggestedText(const string16& text,
586 location_entry_->model()->SetSuggestedText(text, behavior);
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.h 230 virtual void SetSuggestedText(const string16& text,
location_bar_view.cc     [all...]
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
browser.cc     [all...]

Completed in 81 milliseconds