Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:text_

264   const string16& text() const { return text_; }
267 // besides |text_|. Only callers who know that they're not changing the
269 void set_text(const string16& text) { text_ = text; }
325 string16 text_;