Searched refs:time_of_last_key_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/
H A Dprefix_selector.cc171 if ((now - time_of_last_key_).InMilliseconds() < kTimeBeforeClearingMS) {
178 time_of_last_key_ = now;
201 time_of_last_key_ = base::TimeTicks();
H A Dprefix_selector.h68 // Clears |current_text_| and resets |time_of_last_key_|.
74 base::TimeTicks time_of_last_key_; member in class:views::PrefixSelector

Completed in 225 milliseconds