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

  /external/chromium_org/ui/views/controls/
prefix_selector.cc 171 if ((now - time_of_last_key_).InMilliseconds() < kTimeBeforeClearingMS) {
178 time_of_last_key_ = now;
201 time_of_last_key_ = base::TimeTicks();
prefix_selector.h 68 // Clears |current_text_| and resets |time_of_last_key_|.
74 base::TimeTicks time_of_last_key_; member in class:views::PrefixSelector

Completed in 512 milliseconds