Home
last modified time | relevance | path

Searched refs:RestrictionNode (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/components/policy/core/common/
Dschema_internal.h96 union POLICY_EXPORT RestrictionNode { union
132 const RestrictionNode* restriction_nodes;
Dschema.cc33 using internal::RestrictionNode;
186 const RestrictionNode* restriction(int index) const { in restriction()
279 std::vector<RestrictionNode> restriction_nodes_;
693 restriction_nodes_.push_back(RestrictionNode()); in ParseEnum()
715 restriction_nodes_.push_back(RestrictionNode()); in ParseRangedInt()
739 restriction_nodes_.push_back(RestrictionNode()); in ParseStringPattern()
1164 const RestrictionNode* rnode = storage_->restriction(index); in ValidateIntegerRestriction()
1180 const RestrictionNode* rnode = storage_->restriction(index); in ValidateStringRestriction()
Dschema_unittest.cc574 const internal::RestrictionNode kRestriction[] = { in TEST()