Searched defs:CheckAndGetValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_handler.cc83 return CheckAndGetValue(policies, errors, &value);
86 bool TypeCheckingPolicyHandler::CheckAndGetValue(const PolicyMap& policies, function in class:policy::TypeCheckingPolicyHandler
116 return CheckAndGetValue(policies, errors, &value) &&
176 return CheckAndGetValue(policies, errors, &value) &&
362 bool SchemaValidatingPolicyHandler::CheckAndGetValue( function in class:policy::SchemaValidatingPolicyHandler

Completed in 75 milliseconds