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

  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler.cc 276 // SimplePolicyHandler implementation ------------------------------------------
278 SimplePolicyHandler::SimplePolicyHandler(
286 SimplePolicyHandler::~SimplePolicyHandler() {
289 void SimplePolicyHandler::ApplyPolicySettings(const PolicyMap& policies,
configuration_policy_handler.h 131 class POLICY_EXPORT SimplePolicyHandler : public TypeCheckingPolicyHandler {
133 SimplePolicyHandler(const char* policy_name,
136 virtual ~SimplePolicyHandler();
146 DISALLOW_COPY_AND_ASSIGN(SimplePolicyHandler);

Completed in 27 milliseconds