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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc 93 omnibox_view->SetUserText(base::ASCIIToUTF16("chrome"));
105 omnibox_view->SetUserText(base::ASCIIToUTF16("chrome"));
181 omnibox_view->SetUserText(base::string16());
223 omnibox_view->SetUserText(base::ASCIIToUTF16("foo"));
240 omnibox_view->SetUserText(base::ASCIIToUTF16("?"));
257 omnibox_view->SetUserText(base::ASCIIToUTF16("?foo"));
273 omnibox_view->SetUserText(base::ASCIIToUTF16(" ?foo"));
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.h 104 void SetUserText(const base::string16& text);
105 virtual void SetUserText(const base::string16& text,
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_unittest.cc 37 virtual void SetUserText(const base::string16& text,
240 model.SetUserText(UTF8ToUTF16("he"));
256 model.SetUserText(UTF8ToUTF16("he"));
omnibox_view_browsertest.cc 390 omnibox_view->SetUserText(ASCIIToUTF16("Hello world"));
458 omnibox_view->SetUserText(ASCIIToUTF16("Hello world"));
650 omnibox_view->SetUserText(ASCIIToUTF16(chrome::kChromeUIHistoryURL));
    [all...]
omnibox_edit_model.h 160 void SetUserText(const base::string16& 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/extensions/api/omnibox/
omnibox_api_interactive_test.cc 32 omnibox_view->SetUserText(base::ASCIIToUTF16("keyword comman"));
omnibox_api_browsertest.cc 151 omnibox_view->SetUserText(ASCIIToUTF16("keyword command"));
173 omnibox_view->SetUserText(ASCIIToUTF16("keyword command"));
186 omnibox_view->SetUserText(ASCIIToUTF16("keyword newtab"));
  /external/chromium_org/chrome/browser/ui/search/
instant_test_utils.cc 110 omnibox()->SetUserText(base::UTF8ToUTF16(text));
search_tab_helper.cc 557 omnibox->SetUserText(text_to_paste);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc 124 omnibox_view->SetUserText(base::ASCIIToUTF16("http://www.google.com/"));
179 omnibox_view->SetUserText(base::ASCIIToUTF16("http://www.google.com/"));
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...]
omnibox_view_views.h 74 virtual void SetUserText(const base::string16& text,
  /external/chromium_org/chrome/test/base/
ui_test_utils.cc 396 omnibox->SetUserText(base::ASCIIToUTF16(input));
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc     [all...]

Completed in 368 milliseconds