Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_browsertest.cc93 omnibox_view->SetUserText(base::ASCIIToUTF16("chrome")); in IN_PROC_BROWSER_TEST_F()
105 omnibox_view->SetUserText(base::ASCIIToUTF16("chrome")); in IN_PROC_BROWSER_TEST_F()
181 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
223 omnibox_view->SetUserText(base::ASCIIToUTF16("foo")); in IN_PROC_BROWSER_TEST_F()
240 omnibox_view->SetUserText(base::ASCIIToUTF16("?")); in IN_PROC_BROWSER_TEST_F()
257 omnibox_view->SetUserText(base::ASCIIToUTF16("?foo")); in IN_PROC_BROWSER_TEST_F()
273 omnibox_view->SetUserText(base::ASCIIToUTF16(" ?foo")); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_view.cc155 void OmniboxView::SetUserText(const base::string16& text) { in SetUserText() function in OmniboxView
156 SetUserText(text, text, true); in SetUserText()
159 void OmniboxView::SetUserText(const base::string16& text, in SetUserText() function in OmniboxView
163 model_->SetUserText(text); in SetUserText()
Domnibox_edit_unittest.cc37 virtual void SetUserText(const base::string16& text, in SetUserText() function in __anon7fd9348e0111::TestingOmniboxView
240 model.SetUserText(UTF8ToUTF16("he")); in TEST_F()
256 model.SetUserText(UTF8ToUTF16("he")); in TEST_F()
Domnibox_view.h104 void SetUserText(const base::string16& text);
105 virtual void SetUserText(const base::string16& text,
Domnibox_view_browsertest.cc390 omnibox_view->SetUserText(ASCIIToUTF16("Hello world")); in IN_PROC_BROWSER_TEST_F()
458 omnibox_view->SetUserText(ASCIIToUTF16("Hello world")); in IN_PROC_BROWSER_TEST_F()
650 omnibox_view->SetUserText(ASCIIToUTF16(chrome::kChromeUIHistoryURL)); in IN_PROC_BROWSER_TEST_F()
897 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
936 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
972 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
994 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
1040 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
1053 omnibox_view->SetUserText(base::string16()); in IN_PROC_BROWSER_TEST_F()
1092 omnibox_view->SetUserText(ASCIIToUTF16("site.com/p")); in IN_PROC_BROWSER_TEST_F()
[all …]
Domnibox_edit_model.h160 void SetUserText(const base::string16& text);
Domnibox_edit_model.cc280 view_->SetUserText(state->user_text, in RestoreState()
344 void OmniboxEditModel::SetUserText(const base::string16& text) { in SetUserText() function in OmniboxEditModel
/external/chromium_org/chrome/browser/extensions/api/omnibox/
Domnibox_api_interactive_test.cc32 omnibox_view->SetUserText(base::ASCIIToUTF16("keyword comman")); in IN_PROC_BROWSER_TEST_F()
Domnibox_api_browsertest.cc173 omnibox_view->SetUserText(ASCIIToUTF16("keyword command")); in IN_PROC_BROWSER_TEST_F()
186 omnibox_view->SetUserText(ASCIIToUTF16("keyword newtab")); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac_unittest.mm170 view.SetUserText(base::ASCIIToUTF16("Alfred"));
176 view.SetUserText(base::string16());
Domnibox_view_mac.mm328 SetUserText(base::ASCIIToUTF16("?"));
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views_browsertest.cc124 omnibox_view->SetUserText(base::ASCIIToUTF16("http://www.google.com/")); in IN_PROC_BROWSER_TEST_F()
179 omnibox_view->SetUserText(base::ASCIIToUTF16("http://www.google.com/")); in IN_PROC_BROWSER_TEST_F()
Domnibox_view_views.cc270 void OmniboxViewViews::SetUserText(const base::string16& text, in SetUserText() function in OmniboxViewViews
274 OmniboxView::SetUserText(text, display_text, update_popup); in SetUserText()
281 OmniboxView::SetUserText(base::ASCIIToUTF16("?")); in SetForcedQuery()
419 SetUserText(new_value, new_value, true); in AccessibilitySetValue()
Domnibox_view_views.h74 virtual void SetUserText(const base::string16& text,
/external/chromium_org/chrome/browser/ui/search/
Dinstant_test_utils.cc110 omnibox()->SetUserText(base::UTF8ToUTF16(text)); in SetOmniboxText()
Dsearch_tab_helper.cc557 omnibox->SetUserText(text_to_paste); in PasteIntoOmnibox()
/external/chromium_org/chrome/test/base/
Dui_test_utils.cc396 omnibox->SetUserText(base::ASCIIToUTF16(input)); in SendToOmniboxAndSubmit()
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_controller.mm794 browser_->window()->GetLocationBar()->GetOmniboxView()->SetUserText(
/external/chromium_org/chrome/browser/prerender/
Dprerender_browsertest.cc4527 omnibox_view->SetUserText( in IN_PROC_BROWSER_TEST_F()