Home
last modified time | relevance | path

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

/external/libchrome/components/policy/core/common/
Dschema.cc168 const SchemaNode* validation_schema_root_node() const { in validation_schema_root_node() function in policy::Schema::InternalStorage
1199 const SchemaNode* validation_schema_root_node = in GetValidationSchema() local
1200 storage_->validation_schema_root_node(); in GetValidationSchema()
1201 if (!validation_schema_root_node) in GetValidationSchema()
1203 return Schema(storage_, validation_schema_root_node); in GetValidationSchema()