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

  /external/chromium_org/ash/wm/
power_button_controller.cc 41 if (controller_->ShutdownRequested())
94 controller_->ShutdownRequested()) {
lock_state_controller.h 97 virtual bool ShutdownRequested() = 0;
session_state_controller_impl.h 107 virtual bool ShutdownRequested() OVERRIDE;
lock_state_controller_impl2.h 127 virtual bool ShutdownRequested() OVERRIDE;
session_state_controller_impl.cc 157 bool SessionStateControllerImpl::ShutdownRequested() {
lock_state_controller_impl2.cc 230 bool LockStateControllerImpl2::ShutdownRequested() {
lock_state_controller_impl2_unittest.cc 718 EXPECT_FALSE(lock_state_controller_->ShutdownRequested());
    [all...]
power_button_controller_unittest.cc 386 EXPECT_FALSE(lock_state_controller_->ShutdownRequested());

Completed in 455 milliseconds