OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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() {
155
void
PowerPrefs
::RegisterProfilePrefs(
231
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 230 milliseconds