Searched refs:PowerPrefs (Results 1 – 6 of 6) sorted by relevance
27 PowerPrefs::PowerPrefs(PowerPolicyController* power_policy_controller) in PowerPrefs() function in chromeos::PowerPrefs41 PowerPrefs::~PowerPrefs() { in ~PowerPrefs()45 void PowerPrefs::RegisterUserProfilePrefs( in RegisterUserProfilePrefs()60 void PowerPrefs::RegisterLoginProfilePrefs( in RegisterLoginProfilePrefs()74 void PowerPrefs::Observe(int type, in Observe()102 void PowerPrefs::UpdatePowerPolicyFromPrefs() { in UpdatePowerPolicyFromPrefs()155 void PowerPrefs::RegisterProfilePrefs( in RegisterProfilePrefs()231 void PowerPrefs::SetProfile(Profile* profile) { in SetProfile()244 &PowerPrefs::UpdatePowerPolicyFromPrefs, in SetProfile()
27 class PowerPrefs : public content::NotificationObserver {29 explicit PowerPrefs(PowerPolicyController* power_policy_controller);30 virtual ~PowerPrefs();63 DISALLOW_COPY_AND_ASSIGN(PowerPrefs);
60 scoped_ptr<PowerPrefs> power_prefs_;84 power_prefs_.reset(new PowerPrefs(power_policy_controller_)); in SetUp()
33 class PowerPrefs; variable71 scoped_ptr<PowerPrefs> power_prefs_;
416 power_prefs_.reset(new PowerPrefs( in PreProfileInit()
524 chromeos::PowerPrefs::RegisterUserProfilePrefs(registry); in RegisterUserProfilePrefs()536 chromeos::PowerPrefs::RegisterLoginProfilePrefs(registry); in RegisterLoginProfilePrefs()