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

1 2

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view.h 81 virtual void SetUserText(const string16& text) = 0;
82 virtual void SetUserText(const string16& text,
autocomplete_browsertest.cc 78 location_bar->location_entry()->SetUserText(ASCIIToUTF16("chrome"));
91 location_bar->location_entry()->SetUserText(ASCIIToUTF16("chrome"));
146 location_bar->location_entry()->SetUserText(string16());
181 location_bar->location_entry()->SetUserText(ASCIIToUTF16("foo"));
199 location_bar->location_entry()->SetUserText(ASCIIToUTF16("?"));
217 location_bar->location_entry()->SetUserText(ASCIIToUTF16("?foo"));
234 location_bar->location_entry()->SetUserText(ASCIIToUTF16(" ?foo"));
autocomplete_edit_view_mac.h 56 virtual void SetUserText(const string16& text);
57 virtual void SetUserText(const string16& text,
autocomplete_edit_unittest.cc 32 virtual void SetUserText(const string16& text) {}
33 virtual void SetUserText(const string16& text,
autocomplete_edit_view_views.h 91 virtual void SetUserText(const string16& text) OVERRIDE;
92 virtual void SetUserText(const string16& text,
autocomplete_edit_view_views.cc 354 void AutocompleteEditViewViews::SetUserText(const string16& text) {
355 SetUserText(text, text, true);
358 void AutocompleteEditViewViews::SetUserText(const string16& text,
361 model_->SetUserText(text);
379 SetUserText(ASCIIToUTF16("?"));
autocomplete_edit_view_browsertest.cc 387 edit_view->SetUserText(ASCIIToUTF16("Hello world"));
446 edit_view->SetUserText(ASCIIToUTF16("Hello world"));
565 edit_view->SetUserText(ASCIIToUTF16(chrome::kChromeUIHistoryURL));
790 edit_view->SetUserText(string16());
829 edit_view->SetUserText(string16());
    [all...]
autocomplete_edit_view_gtk.h 111 virtual void SetUserText(const string16& text);
112 virtual void SetUserText(const string16& text,
523 // Changes caused by function calls like SetUserText() should not affect this
autocomplete_edit_view_win.h 106 virtual void SetUserText(const string16& text);
107 virtual void SetUserText(const string16& text,
autocomplete_edit.h 185 void SetUserText(const string16& text);
autocomplete_edit_view_win.cc 643 void AutocompleteEditViewWin::SetUserText(const string16& text) {
644 SetUserText(text, text, true);
647 void AutocompleteEditViewWin::SetUserText(const string16& text,
651 model_->SetUserText(text);
669 SetUserText(L"?");
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_interactive_test.cc 29 omnibox_view->SetUserText(ASCIIToUTF16("keyword comman"));
omnibox_api_browsertest.cc 143 omnibox_view->SetUserText(ASCIIToUTF16("keyword command"));
164 omnibox_view->SetUserText(ASCIIToUTF16("keyword command"));
177 omnibox_view->SetUserText(ASCIIToUTF16("keyword newtab"));
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.cc 105 void OmniboxView::SetUserText(const base::string16& text) {
106 SetUserText(text, text, true);
109 void OmniboxView::SetUserText(const base::string16& text,
113 model_->SetUserText(text);
omnibox_view.h 101 void SetUserText(const base::string16& text);
102 virtual void SetUserText(const base::string16& text,
omnibox_edit_unittest.cc 33 virtual void SetUserText(const base::string16& text,
239 model.SetUserText(UTF8ToUTF16("he"));
255 model.SetUserText(UTF8ToUTF16("he"));
omnibox_view_browsertest.cc 393 omnibox_view->SetUserText(ASCIIToUTF16("Hello world"));
460 omnibox_view->SetUserText(ASCIIToUTF16("Hello world"));
647 omnibox_view->SetUserText(ASCIIToUTF16(chrome::kChromeUIHistoryURL));
    [all...]
omnibox_edit_model.h 156 void SetUserText(const base::string16& text);
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc 91 omnibox_view->SetUserText(ASCIIToUTF16("chrome"));
103 omnibox_view->SetUserText(ASCIIToUTF16("chrome"));
182 omnibox_view->SetUserText(base::string16());
223 omnibox_view->SetUserText(ASCIIToUTF16("foo"));
240 omnibox_view->SetUserText(ASCIIToUTF16("?"));
257 omnibox_view->SetUserText(ASCIIToUTF16("?foo"));
273 omnibox_view->SetUserText(ASCIIToUTF16(" ?foo"));
  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 90 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d"));
122 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(text));
464 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("def"));
496 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("defg"));
533 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d"));
583 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d"));
635 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec()));
650 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url2.spec()));
782 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec()));
786 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec()))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc 139 omnibox_view->SetUserText(ASCIIToUTF16("http://www.google.com/"));
195 omnibox_view->SetUserText(ASCIIToUTF16("http://www.google.com/"));
omnibox_view_views.h 77 virtual void SetUserText(const base::string16& text,
omnibox_view_views.cc 477 void OmniboxViewViews::SetUserText(const base::string16& text,
481 OmniboxView::SetUserText(text, display_text, update_popup);
502 OmniboxView::SetUserText(ASCIIToUTF16("?"));
    [all...]
  /external/chromium/chrome/browser/
omnibox_search_hint.cc 213 edit_view->SetUserText(
  /external/chromium_org/chrome/browser/ui/search/
instant_test_utils.cc 129 omnibox()->SetUserText(UTF8ToUTF16(text));

Completed in 750 milliseconds

1 2