HomeSort by relevance Sort by last modified time
    Searched defs:PowerPrefs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs.cc 27 PowerPrefs::PowerPrefs(PowerPolicyController* power_policy_controller)
41 PowerPrefs::~PowerPrefs() {
45 void PowerPrefs::RegisterUserProfilePrefs(
60 void PowerPrefs::RegisterLoginProfilePrefs(
74 void PowerPrefs::Observe(int type,
102 void PowerPrefs::UpdatePowerPolicyFromPrefs() {
153 void PowerPrefs::RegisterProfilePrefs(
225 void PowerPrefs::SetProfile(Profile* profile)
    [all...]
power_prefs.h 27 class PowerPrefs : public content::NotificationObserver {
29 explicit PowerPrefs(PowerPolicyController* power_policy_controller);
30 virtual ~PowerPrefs();
63 DISALLOW_COPY_AND_ASSIGN(PowerPrefs);

Completed in 1467 milliseconds