OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeprecatedIdleActionHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/policy/
configuration_policy_handler_chromeos.h
127
class
DeprecatedIdleActionHandler
: public IntRangePolicyHandlerBase {
129
DeprecatedIdleActionHandler
();
130
virtual ~
DeprecatedIdleActionHandler
();
137
DISALLOW_COPY_AND_ASSIGN(
DeprecatedIdleActionHandler
);
configuration_policy_handler_chromeos.cc
333
DeprecatedIdleActionHandler
::
DeprecatedIdleActionHandler
()
340
DeprecatedIdleActionHandler
::~
DeprecatedIdleActionHandler
() {}
342
void
DeprecatedIdleActionHandler
::ApplyPolicySettings(const PolicyMap& policies,
Completed in 43 milliseconds