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

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.cc 155 void OmniboxView::SetUserText(const base::string16& text) {
156 SetUserText(text, text, true);
159 void OmniboxView::SetUserText(const base::string16& text,
163 model_->SetUserText(text);
omnibox_edit_model.cc 280 view_->SetUserText(state->user_text,
344 void OmniboxEditModel::SetUserText(const base::string16& text) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 270 void OmniboxViewViews::SetUserText(const base::string16& text,
274 OmniboxView::SetUserText(text, display_text, update_popup);
281 OmniboxView::SetUserText(base::ASCIIToUTF16("?"));
419 SetUserText(new_value, new_value, true);
    [all...]

Completed in 174 milliseconds