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 146 void OmniboxView::SetUserText(const base::string16& text) {
147 SetUserText(text, text, true);
150 void OmniboxView::SetUserText(const base::string16& text,
154 model_->SetUserText(text);
omnibox_edit_model.cc 277 view_->SetUserText(state->user_text,
341 void OmniboxEditModel::SetUserText(const base::string16& text) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 261 void OmniboxViewViews::SetUserText(const base::string16& text,
265 OmniboxView::SetUserText(text, display_text, update_popup);
272 OmniboxView::SetUserText(base::ASCIIToUTF16("?"));
    [all...]

Completed in 332 milliseconds