Searched refs:power_policy_controller_ (Results 1 – 5 of 5) sorted by relevance
57 PowerPolicyController* power_policy_controller_; // Not owned. member in chromeos::PowerPrefsTest67 power_policy_controller_(NULL), in PowerPrefsTest()79 power_policy_controller_ = in SetUp()84 power_prefs_.reset(new PowerPrefs(power_policy_controller_)); in SetUp()153 return power_policy_controller_->honor_screen_wake_locks_; in GetCurrentAllowScreenWakeLocks()
56 PowerPolicyController* power_policy_controller_; // Not owned. variable
28 : power_policy_controller_(power_policy_controller), in PowerPrefs()151 power_policy_controller_->ApplyPrefs(values); in UpdatePowerPolicyFromPrefs()
79 power_policy_controller_.reset(new PowerPolicyController); in DBusThreadManager()84 power_policy_controller_.reset(); in ~DBusThreadManager()270 return power_policy_controller_.get(); in GetPowerPolicyController()601 DBusThreadManager::Get()->power_policy_controller_.reset(); in SetPowerManagerClient()604 DBusThreadManager::Get()->power_policy_controller_.reset( in SetPowerManagerClient()606 DBusThreadManager::Get()->power_policy_controller_->Init( in SetPowerManagerClient()
187 scoped_ptr<PowerPolicyController> power_policy_controller_; variable