/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_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_unittest.cc | 32 virtual void SetUserText(const string16& text) {} in SetUserText() function in __anonef7289330111::TestingAutocompleteEditView 33 virtual void SetUserText(const string16& text, in SetUserText() function in __anonef7289330111::TestingAutocompleteEditView
|
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);
|
D | autocomplete_edit_view_win.cc | 643 void AutocompleteEditViewWin::SetUserText(const string16& text) { in SetUserText() function in AutocompleteEditViewWin 644 SetUserText(text, text, true); in SetUserText() 647 void AutocompleteEditViewWin::SetUserText(const string16& text, in SetUserText() function in AutocompleteEditViewWin 651 model_->SetUserText(text); in SetUserText() 669 SetUserText(L"?"); in SetForcedQuery() 976 SetUserText(UTF8ToWide(url.spec())); in OnPerformDropImpl()
|
D | autocomplete_edit_view_mac.mm | 258 // Should restore the user's text via SetUserText(). 323 void AutocompleteEditViewMac::SetUserText(const string16& text) { function 324 SetUserText(text, text, true); 327 void AutocompleteEditViewMac::SetUserText(const string16& text, function 330 model_->SetUserText(text); 380 SetUserText(ASCIIToUTF16("?"));
|
D | autocomplete_edit_view_gtk.cc | 541 void AutocompleteEditViewGtk::SetUserText(const string16& text) { in SetUserText() function in AutocompleteEditViewGtk 542 SetUserText(text, text, true); in SetUserText() 545 void AutocompleteEditViewGtk::SetUserText(const string16& text, in SetUserText() function in AutocompleteEditViewGtk 548 model_->SetUserText(text); in SetUserText() 566 SetUserText(ASCIIToUTF16("?")); in SetForcedQuery()
|
D | autocomplete_edit.cc | 125 view_->SetUserText(state.user_text, in RestoreState() 154 void AutocompleteEditModel::SetUserText(const string16& text) { in SetUserText() function in AutocompleteEditModel
|
/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/chrome/browser/ |
D | omnibox_search_hint.cc | 213 edit_view->SetUserText( in ShowEnteringQuery()
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.cc | 1114 SetUserText(text); in SetAutocompleteEditText() 3073 edit_view->SetUserText(text); in SetOmniboxText()
|