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

  /external/chromium_org/ash/wm/
lock_state_controller.cc 643 if (!unlocked_properties_) {
644 unlocked_properties_.reset(new UnlockedStateProperties());
645 unlocked_properties_->background_is_hidden = IsBackgroundHidden();
647 if (unlocked_properties_->background_is_hidden) {
657 if (!unlocked_properties_)
659 if (unlocked_properties_->background_is_hidden) {
666 unlocked_properties_.reset();
672 if (unlocked_properties_.get() &&
673 unlocked_properties_->background_is_hidden) {
685 if (unlocked_properties_.get() &
    [all...]
lock_state_controller.h 301 scoped_ptr<UnlockedStateProperties> unlocked_properties_; member in class:ash::LockStateController

Completed in 1359 milliseconds