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

  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller.h 213 base::TimeTicks last_lid_open_time_; member in class:ash::MaximizeModeController
maximize_mode_controller.cc 259 last_lid_open_time_ = time;
302 // Clear the last_lid_open_time_ for a stable reading so that there is less
306 last_lid_open_time_ = base::TimeTicks();
484 if (last_lid_open_time_.is_null())
488 DCHECK(now >= last_lid_open_time_);
489 base::TimeDelta elapsed_time = now - last_lid_open_time_;

Completed in 89 milliseconds