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

  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc 246 revealed_lock_count_(0),
519 ++revealed_lock_count_;
526 --revealed_lock_count_;
527 DCHECK_GE(revealed_lock_count_, 0);
528 if (revealed_lock_count_ == 0) {
839 if (!enabled_ || revealed_lock_count_ != 0)
    [all...]
immersive_fullscreen_controller.h 260 int revealed_lock_count_; member in class:ash::ImmersiveFullscreenController

Completed in 1107 milliseconds