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

  /external/chromium_org/ash/wm/overview/
window_selector_controller.cc 66 last_selection_time_ = base::Time::Now();
70 if (!last_selection_time_.is_null()) {
73 base::Time::Now() - last_selection_time_);
window_selector_controller.h 57 base::Time last_selection_time_; member in class:ash::WindowSelectorController

Completed in 52 milliseconds