Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:user_text

49                                     const string16& user_text,
53 user_text(user_text),
106 const string16 user_text(UserTextFromDisplayText(view_->GetText()));
107 if (user_text.empty()) {
111 InternalSetUserText(user_text);
125 view_->SetUserText(state.user_text,
126 DisplayTextFromUserText(state.user_text), false);