HomeSort by relevance Sort by last modified time
    Searched defs:SetUserText (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_unittest.cc 32 virtual void SetUserText(const string16& text) {}
33 virtual void SetUserText(const string16& text,
autocomplete_edit_view_views.cc 354 void AutocompleteEditViewViews::SetUserText(const string16& text) {
355 SetUserText(text, text, true);
358 void AutocompleteEditViewViews::SetUserText(const string16& text,
361 model_->SetUserText(text);
379 SetUserText(ASCIIToUTF16("?"));
autocomplete_edit.cc 125 view_->SetUserText(state.user_text,
154 void AutocompleteEditModel::SetUserText(const string16& text) {
    [all...]
autocomplete_edit_view_gtk.cc 541 void AutocompleteEditViewGtk::SetUserText(const string16& text) {
542 SetUserText(text, text, true);
545 void AutocompleteEditViewGtk::SetUserText(const string16& text,
548 model_->SetUserText(text);
566 SetUserText(ASCIIToUTF16("?"));
    [all...]
autocomplete_edit_view_win.cc 643 void AutocompleteEditViewWin::SetUserText(const string16& text) {
644 SetUserText(text, text, true);
647 void AutocompleteEditViewWin::SetUserText(const string16& text,
651 model_->SetUserText(text);
669 SetUserText(L"?");
    [all...]

Completed in 38 milliseconds