Home
last modified time | relevance | path

Searched refs:ValidateIntegerRestriction (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/components/policy/core/common/
Dschema.h202 bool ValidateIntegerRestriction(int index, int value) const;
Dschema.cc899 !ValidateIntegerRestriction(node_->extra, int_value)) { in Validate()
1163 bool Schema::ValidateIntegerRestriction(int index, int value) const { in ValidateIntegerRestriction() function in policy::Schema