HomeSort by relevance Sort by last modified time
    Searched refs:current_text_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/
prefix_selector.cc 166 // append |text| to |current_text_| and search for that. If it has been a
172 current_text_ += text;
174 current_text_ = text;
181 const base::string16 lower_text(base::i18n::ToLower(current_text_));
200 current_text_.clear();
prefix_selector.h 68 // Clears |current_text_| and resets |time_of_last_key_|.
76 base::string16 current_text_; member in class:views::PrefixSelector

Completed in 55 milliseconds