Searched refs:reveal_state_ (Results 1 - 2 of 2) sorted by path

/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.cc245 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_
[all...]
H A Dimmersive_fullscreen_controller.h258 RevealState reveal_state_; member in class:ash::ImmersiveFullscreenController

Completed in 257 milliseconds