Searched refs:SetUserText (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_browsertest.cc78 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"));
H A Dautocomplete_edit_view.h81 virtual void SetUserText(const string16& text) = 0;
82 virtual void SetUserText(const string16& text,
H A Dautocomplete_edit_unittest.cc32 virtual void SetUserText(const string16& text) {} function in class:__anon1691::TestingAutocompleteEditView
33 virtual void SetUserText(const string16& text, function in class:__anon1691::TestingAutocompleteEditView
H A Dautocomplete_edit_view_mac.h56 virtual void SetUserText(const string16& text);
57 virtual void SetUserText(const string16& text,
H A Dautocomplete_edit_view_views.h91 virtual void SetUserText(const string16& text) OVERRIDE;
92 virtual void SetUserText(const string16& text,
H A Dautocomplete_edit_view_views.cc354 void AutocompleteEditViewViews::SetUserText(const string16& text) { function in class:AutocompleteEditViewViews
355 SetUserText(text, text, true);
358 void AutocompleteEditViewViews::SetUserText(const string16& text, function in class:AutocompleteEditViewViews
361 model_->SetUserText(text);
379 SetUserText(ASCIIToUTF16("?"));
H A Dautocomplete_edit_view_browsertest.cc387 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());
873 edit_view->SetUserText(string16());
886 edit_view->SetUserText(string16());
926 edit_view->SetUserText(ASCIIToUTF16("bar"));
1011 edit_view->SetUserText(ASCIIToUTF16("Hello world"));
1257 edit_view->SetUserText(ASCIIToUTF1
[all...]
H A Dautocomplete_edit_view_gtk.h111 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
H A Dautocomplete_edit_view_win.h106 virtual void SetUserText(const string16& text);
107 virtual void SetUserText(const string16& text,
H A Dautocomplete_edit.h185 void SetUserText(const string16& text);
H A Dautocomplete_edit_view_win.cc643 void AutocompleteEditViewWin::SetUserText(const string16& text) { function in class:AutocompleteEditViewWin
644 SetUserText(text, text, true);
647 void AutocompleteEditViewWin::SetUserText(const string16& text, function in class:AutocompleteEditViewWin
651 model_->SetUserText(text);
669 SetUserText(L"?");
976 SetUserText(UTF8ToWide(url.spec()));
H A Dautocomplete_edit_view_gtk.cc541 void AutocompleteEditViewGtk::SetUserText(const string16& text) { function in class:AutocompleteEditViewGtk
542 SetUserText(text, text, true);
545 void AutocompleteEditViewGtk::SetUserText(const string16& text, function in class:AutocompleteEditViewGtk
548 model_->SetUserText(text);
566 SetUserText(ASCIIToUTF16("?"));
H A Dautocomplete_edit.cc125 view_->SetUserText(state.user_text,
154 void AutocompleteEditModel::SetUserText(const string16& text) { function in class:AutocompleteEditModel
/external/chromium/chrome/browser/instant/
H A Dinstant_browsertest.cc90 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(UTF8ToUTF1
[all...]
/external/chromium/chrome/browser/
H A Domnibox_search_hint.cc213 edit_view->SetUserText(
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc1114 SetUserText(text);
3073 edit_view->SetUserText(text);

Completed in 111 milliseconds