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 523 if (!unlocked_properties_) {
524 unlocked_properties_.reset(new UnlockedStateProperties());
525 unlocked_properties_->background_is_hidden =
528 if (unlocked_properties_->background_is_hidden) {
538 if (!unlocked_properties_)
540 if (unlocked_properties_->background_is_hidden) {
547 unlocked_properties_.reset();
553 if (unlocked_properties_.get() &&
554 unlocked_properties_->background_is_hidden) {
565 if (unlocked_properties_.get() &
    [all...]
lock_state_controller.h 306 scoped_ptr<UnlockedStateProperties> unlocked_properties_; member in class:ash::LockStateController

Completed in 58 milliseconds