Home
last modified time | relevance | path

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

/external/libchrome/components/policy/core/common/
Dschema_internal.h51 struct POLICY_EXPORT PropertiesNode { struct
131 const PropertiesNode* properties_nodes;
Dschema.h21 struct POLICY_EXPORT PropertiesNode; variable
124 const internal::PropertiesNode* node);
Dschema.cc31 using internal::PropertiesNode;
178 const PropertiesNode* properties(int index) const { in properties()
278 std::vector<PropertiesNode> properties_nodes_;
542 properties_nodes_.push_back(PropertiesNode()); in ParseDictionary()
764 const PropertiesNode* node) in Iterator()
1083 const PropertiesNode* node = storage_->properties(node_->extra); in GetKnownProperty()
1095 const PropertiesNode* node = storage_->properties(node_->extra); in GetAdditionalProperties()
1104 const PropertiesNode* node = storage_->properties(node_->extra); in GetPatternProperties()
1120 const PropertiesNode* node = storage_->properties(node_->extra); in GetRequiredProperties()
Dschema_unittest.cc564 const internal::PropertiesNode kProperties[] = { in TEST()