Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:SetUserText

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"?");
976 SetUserText(UTF8ToWide(url.spec()));