Home
last modified time | relevance | path

Searched refs:PowerPrefs (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/power/
Dpower_prefs.cc27 PowerPrefs::PowerPrefs(PowerPolicyController* power_policy_controller) in PowerPrefs() function in chromeos::PowerPrefs
41 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()
Dpower_prefs.h27 class PowerPrefs : public content::NotificationObserver {
29 explicit PowerPrefs(PowerPolicyController* power_policy_controller);
30 virtual ~PowerPrefs();
63 DISALLOW_COPY_AND_ASSIGN(PowerPrefs);
Dpower_prefs_unittest.cc60 scoped_ptr<PowerPrefs> power_prefs_;
84 power_prefs_.reset(new PowerPrefs(power_policy_controller_)); in SetUp()
/external/chromium_org/chrome/browser/chromeos/
Dchrome_browser_main_chromeos.h33 class PowerPrefs; variable
71 scoped_ptr<PowerPrefs> power_prefs_;
Dchrome_browser_main_chromeos.cc416 power_prefs_.reset(new PowerPrefs( in PreProfileInit()
/external/chromium_org/chrome/browser/prefs/
Dbrowser_prefs.cc524 chromeos::PowerPrefs::RegisterUserProfilePrefs(registry); in RegisterUserProfilePrefs()
536 chromeos::PowerPrefs::RegisterLoginProfilePrefs(registry); in RegisterLoginProfilePrefs()