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

  /external/chromium_org/ash/wm/overview/
window_selector_controller.cc 76 last_selection_time_ = base::Time::Now();
82 last_selection_time_ = base::Time::Now();
90 if (!last_selection_time_.is_null()) {
93 base::Time::Now() - last_selection_time_);
window_selector_controller.h 67 base::Time last_selection_time_; member in class:ash::WindowSelectorController

Completed in 26 milliseconds