Home
last modified time | relevance | path

Searched refs:SetUserText (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_browsertest.cc78 location_bar->location_entry()->SetUserText(ASCIIToUTF16("chrome")); in IN_PROC_BROWSER_TEST_F()
91 location_bar->location_entry()->SetUserText(ASCIIToUTF16("chrome")); in IN_PROC_BROWSER_TEST_F()
146 location_bar->location_entry()->SetUserText(string16()); in IN_PROC_BROWSER_TEST_F()
181 location_bar->location_entry()->SetUserText(ASCIIToUTF16("foo")); in IN_PROC_BROWSER_TEST_F()
199 location_bar->location_entry()->SetUserText(ASCIIToUTF16("?")); in IN_PROC_BROWSER_TEST_F()
217 location_bar->location_entry()->SetUserText(ASCIIToUTF16("?foo")); in IN_PROC_BROWSER_TEST_F()
234 location_bar->location_entry()->SetUserText(ASCIIToUTF16(" ?foo")); in IN_PROC_BROWSER_TEST_F()
Dautocomplete_edit_view.h81 virtual void SetUserText(const string16& text) = 0;
82 virtual void SetUserText(const string16& text,
Dautocomplete_edit_unittest.cc32 virtual void SetUserText(const string16& text) {} in SetUserText() function in __anona41191390111::TestingAutocompleteEditView
33 virtual void SetUserText(const string16& text, in SetUserText() function in __anona41191390111::TestingAutocompleteEditView
Dautocomplete_edit_view_views.cc354 void AutocompleteEditViewViews::SetUserText(const string16& text) { in SetUserText() function in AutocompleteEditViewViews
355 SetUserText(text, text, true); in SetUserText()
358 void AutocompleteEditViewViews::SetUserText(const string16& text, in SetUserText() function in AutocompleteEditViewViews
361 model_->SetUserText(text); in SetUserText()
379 SetUserText(ASCIIToUTF16("?")); in SetForcedQuery()
Dautocomplete_edit_view_browsertest.cc387 edit_view->SetUserText(ASCIIToUTF16("Hello world")); in BrowserAcceleratorsTest()
446 edit_view->SetUserText(ASCIIToUTF16("Hello world")); in PopupAcceleratorsTest()
565 edit_view->SetUserText(ASCIIToUTF16(chrome::kChromeUIHistoryURL)); in AltEnterTest()
790 edit_view->SetUserText(string16()); in AcceptKeywordBySpaceTest()
829 edit_view->SetUserText(string16()); in AcceptKeywordBySpaceTest()
873 edit_view->SetUserText(string16()); in NonSubstitutingKeywordTest()
886 edit_view->SetUserText(string16()); in NonSubstitutingKeywordTest()
926 edit_view->SetUserText(ASCIIToUTF16("bar")); in DeleteItemTest()
1011 edit_view->SetUserText(ASCIIToUTF16("Hello world")); in TabMoveCursorToEndTest()
1257 edit_view->SetUserText(ASCIIToUTF16("Hello world")); in IN_PROC_BROWSER_TEST_F()
[all …]
Dautocomplete_edit_view_mac.h56 virtual void SetUserText(const string16& text);
57 virtual void SetUserText(const string16& text,
Dautocomplete_edit_view_views.h91 virtual void SetUserText(const string16& text) OVERRIDE;
92 virtual void SetUserText(const string16& text,
Dautocomplete_edit_view_gtk.h111 virtual void SetUserText(const string16& text);
112 virtual void SetUserText(const string16& text,
Dautocomplete_edit_view_win.h106 virtual void SetUserText(const string16& text);
107 virtual void SetUserText(const string16& text,
Dautocomplete_edit.h185 void SetUserText(const string16& text);
/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_browsertest.cc91 omnibox_view->SetUserText(ASCIIToUTF16("chrome")); in IN_PROC_BROWSER_TEST_F()
103 omnibox_view->SetUserText(ASCIIToUTF16("chrome")); in IN_PROC_BROWSER_TEST_F()
182 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
223 omnibox_view->SetUserText(ASCIIToUTF16("foo")); in IN_PROC_BROWSER_TEST_F()
240 omnibox_view->SetUserText(ASCIIToUTF16("?")); in IN_PROC_BROWSER_TEST_F()
257 omnibox_view->SetUserText(ASCIIToUTF16("?foo")); in IN_PROC_BROWSER_TEST_F()
273 omnibox_view->SetUserText(ASCIIToUTF16(" ?foo")); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_view.cc105 void OmniboxView::SetUserText(const base::string16& text) { in SetUserText() function in OmniboxView
106 SetUserText(text, text, true); in SetUserText()
109 void OmniboxView::SetUserText(const base::string16& text, in SetUserText() function in OmniboxView
113 model_->SetUserText(text); in SetUserText()
Domnibox_edit_unittest.cc33 virtual void SetUserText(const base::string16& text, in SetUserText() function in __anone7d1fd010111::TestingOmniboxView
239 model.SetUserText(UTF8ToUTF16("he")); in TEST_F()
255 model.SetUserText(UTF8ToUTF16("he")); in TEST_F()
Domnibox_view.h101 void SetUserText(const base::string16& text);
102 virtual void SetUserText(const base::string16& text,
Domnibox_view_browsertest.cc393 omnibox_view->SetUserText(ASCIIToUTF16("Hello world")); in IN_PROC_BROWSER_TEST_F()
460 omnibox_view->SetUserText(ASCIIToUTF16("Hello world")); in IN_PROC_BROWSER_TEST_F()
647 omnibox_view->SetUserText(ASCIIToUTF16(chrome::kChromeUIHistoryURL)); in IN_PROC_BROWSER_TEST_F()
896 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
935 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
962 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
984 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
1037 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
1050 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
1095 omnibox_view->SetUserText(ASCIIToUTF16("site.com/p")); in IN_PROC_BROWSER_TEST_F()
[all …]
Domnibox_edit_model.h156 void SetUserText(const base::string16& text);
/external/chromium/chrome/browser/instant/
Dinstant_browsertest.cc90 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d")); in SetupLocationBar()
122 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(text)); in SetLocationBarText()
464 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("def")); in IN_PROC_BROWSER_TEST_F()
496 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("defg")); in IN_PROC_BROWSER_TEST_F()
533 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d")); in IN_PROC_BROWSER_TEST_F()
583 location_bar_->location_entry()->SetUserText(ASCIIToUTF16("d")); in IN_PROC_BROWSER_TEST_F()
635 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec())); in IN_PROC_BROWSER_TEST_F()
650 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url2.spec())); in IN_PROC_BROWSER_TEST_F()
782 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec())); in IN_PROC_BROWSER_TEST_F()
786 location_bar_->location_entry()->SetUserText(UTF8ToUTF16(url.spec())); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/api/omnibox/
Domnibox_api_interactive_test.cc29 omnibox_view->SetUserText(ASCIIToUTF16("keyword comman")); in IN_PROC_BROWSER_TEST_F()
Domnibox_api_browsertest.cc164 omnibox_view->SetUserText(ASCIIToUTF16("keyword command")); in IN_PROC_BROWSER_TEST_F()
177 omnibox_view->SetUserText(ASCIIToUTF16("keyword newtab")); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views_browsertest.cc139 omnibox_view->SetUserText(ASCIIToUTF16("http://www.google.com/")); in IN_PROC_BROWSER_TEST_F()
195 omnibox_view->SetUserText(ASCIIToUTF16("http://www.google.com/")); in IN_PROC_BROWSER_TEST_F()
Domnibox_view_views.cc477 void OmniboxViewViews::SetUserText(const base::string16& text, in SetUserText() function in OmniboxViewViews
481 OmniboxView::SetUserText(text, display_text, update_popup); in SetUserText()
502 OmniboxView::SetUserText(ASCIIToUTF16("?")); in SetForcedQuery()
Domnibox_view_views.h77 virtual void SetUserText(const base::string16& text,
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac_unittest.mm162 view.SetUserText(ASCIIToUTF16("Alfred"));
168 view.SetUserText(base::string16());
/external/chromium/chrome/browser/
Domnibox_search_hint.cc213 edit_view->SetUserText( in ShowEnteringQuery()
/external/chromium_org/chrome/browser/ui/search/
Dinstant_test_utils.cc129 omnibox()->SetUserText(UTF8ToUTF16(text)); in SetOmniboxText()

12