/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_browsertest.cc | 78 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()
|
D | autocomplete_edit_view.h | 81 virtual void SetUserText(const string16& text) = 0; 82 virtual void SetUserText(const string16& text,
|
D | autocomplete_edit_unittest.cc | 32 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
|
D | autocomplete_edit_view_views.cc | 354 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()
|
D | autocomplete_edit_view_browsertest.cc | 387 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 …]
|
D | autocomplete_edit_view_mac.h | 56 virtual void SetUserText(const string16& text); 57 virtual void SetUserText(const string16& text,
|
D | autocomplete_edit_view_views.h | 91 virtual void SetUserText(const string16& text) OVERRIDE; 92 virtual void SetUserText(const string16& text,
|
D | autocomplete_edit_view_gtk.h | 111 virtual void SetUserText(const string16& text); 112 virtual void SetUserText(const string16& text,
|
D | autocomplete_edit_view_win.h | 106 virtual void SetUserText(const string16& text); 107 virtual void SetUserText(const string16& text,
|
D | autocomplete_edit.h | 185 void SetUserText(const string16& text);
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | autocomplete_browsertest.cc | 91 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/ |
D | omnibox_view.cc | 105 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()
|
D | omnibox_edit_unittest.cc | 33 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()
|
D | omnibox_view.h | 101 void SetUserText(const base::string16& text); 102 virtual void SetUserText(const base::string16& text,
|
D | omnibox_view_browsertest.cc | 393 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 …]
|
D | omnibox_edit_model.h | 156 void SetUserText(const base::string16& text);
|
/external/chromium/chrome/browser/instant/ |
D | instant_browsertest.cc | 90 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/ |
D | omnibox_api_interactive_test.cc | 29 omnibox_view->SetUserText(ASCIIToUTF16("keyword comman")); in IN_PROC_BROWSER_TEST_F()
|
D | omnibox_api_browsertest.cc | 164 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/ |
D | omnibox_view_views_browsertest.cc | 139 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()
|
D | omnibox_view_views.cc | 477 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()
|
D | omnibox_view_views.h | 77 virtual void SetUserText(const base::string16& text,
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
D | omnibox_view_mac_unittest.mm | 162 view.SetUserText(ASCIIToUTF16("Alfred")); 168 view.SetUserText(base::string16());
|
/external/chromium/chrome/browser/ |
D | omnibox_search_hint.cc | 213 edit_view->SetUserText( in ShowEnteringQuery()
|
/external/chromium_org/chrome/browser/ui/search/ |
D | instant_test_utils.cc | 129 omnibox()->SetUserText(UTF8ToUTF16(text)); in SetOmniboxText()
|