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

  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc 245 reveal_state_(CLOSED),
303 if (reveal_state_ == REVEALED) {
315 reveal_state_ = CLOSED;
332 return enabled_ && reveal_state_ != CLOSED;
380 if (reveal_state_ == SLIDING_OPEN || reveal_state_ == REVEALED) {
479 if (reveal_state_ == SLIDING_OPEN) {
481 } else if (reveal_state_ == SLIDING_CLOSED) {
572 DCHECK(reveal_state_ == SLIDING_CLOSED || reveal_state_ == CLOSED)
    [all...]
immersive_fullscreen_controller.h 258 RevealState reveal_state_; member in class:ash::ImmersiveFullscreenController

Completed in 46 milliseconds