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

  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler.cc 220 // IntRangePolicyHandler implementation ----------------------------------------
222 IntRangePolicyHandler::IntRangePolicyHandler(const char* policy_name,
231 IntRangePolicyHandler::~IntRangePolicyHandler() {
234 void IntRangePolicyHandler::ApplyPolicySettings(const PolicyMap& policies,
configuration_policy_handler.h 189 class POLICY_EXPORT IntRangePolicyHandler : public IntRangePolicyHandlerBase {
191 IntRangePolicyHandler(const char* policy_name,
196 virtual ~IntRangePolicyHandler();
206 DISALLOW_COPY_AND_ASSIGN(IntRangePolicyHandler);

Completed in 41 milliseconds