Searched defs:PowerPolicyController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dpower_policy_controller.cc43 PowerPolicyController::Action action) {
45 case PowerPolicyController::ACTION_SUSPEND:
47 case PowerPolicyController::ACTION_STOP_SESSION:
49 case PowerPolicyController::ACTION_SHUT_DOWN:
51 case PowerPolicyController::ACTION_DO_NOTHING:
61 const int PowerPolicyController::kScreenLockAfterOffDelayMs = 10000; // 10 sec.
68 PowerPolicyController::PrefValues::PrefValues()
93 std::string PowerPolicyController::GetPolicyDebugString(
136 PowerPolicyController::PowerPolicyController() function in class:chromeos::PowerPolicyController
[all...]
H A Dpower_policy_controller.h21 // PowerPolicyController is responsible for sending Chrome's assorted power
23 class CHROMEOS_EXPORT PowerPolicyController class in namespace:chromeos
72 PowerPolicyController();
73 virtual ~PowerPolicyController();
124 DISALLOW_COPY_AND_ASSIGN(PowerPolicyController);

Completed in 166 milliseconds