Searched refs:current_text_ (Results 1 – 2 of 2) sorted by relevance
165 current_text_ += text; in OnTextInput()167 current_text_ = text; in OnTextInput()174 const string16 lower_text(base::i18n::ToLower(current_text_)); in OnTextInput()176 if (TextAtRowMatchesText(row, current_text_)) { in OnTextInput()193 current_text_.clear(); in ClearText()
73 string16 current_text_; variable