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 250 // IntRangePolicyHandler implementation ----------------------------------------
252 IntRangePolicyHandler::IntRangePolicyHandler(const char* policy_name,
261 IntRangePolicyHandler::~IntRangePolicyHandler() {
264 void IntRangePolicyHandler::ApplyPolicySettings(const PolicyMap& policies,
configuration_policy_handler.h 219 class POLICY_EXPORT IntRangePolicyHandler : public IntRangePolicyHandlerBase {
221 IntRangePolicyHandler(const char* policy_name,
226 virtual ~IntRangePolicyHandler();
236 DISALLOW_COPY_AND_ASSIGN(IntRangePolicyHandler);

Completed in 204 milliseconds