Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:SetUserText

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("?"));