HomeSort by relevance Sort by last modified time
    Searched refs:SchemaData (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/policy/core/common/
schema_internal.h 24 // SchemaData::properties_nodes that indexes the PropertiesNode describing
28 // SchemaData::schema_nodes that indexes the SchemaNode describing the items
33 // |extra| is an offset into SchemaData::restriction_nodes that indexes the
45 // An offset into SchemaData::schema_nodes that indexes the SchemaNode
52 // An offset into SchemaData::property_nodes that indexes the PropertyNode
56 // An offset into SchemaData::property_nodes that indexes the PropertyNode
66 // An offset into SchemaData::property_nodes that indexes the PropertyNode
75 // into SchemaData::schema_nodes that indexes the SchemaNode describing the
84 // Offsets into SchemaData::int_enums or SchemaData::string_enums, th
    [all...]
schema.h 19 struct POLICY_EXPORT SchemaData;
78 static Schema Wrap(const internal::SchemaData* data);
schema.cc 30 using internal::SchemaData;
139 // a SchemaData owned elsewhere (currently used to wrap the Chrome schema, which
140 // is generated at compile time), or it can own its own SchemaData.
144 static scoped_refptr<const InternalStorage> Wrap(const SchemaData* data);
150 const SchemaData* data() const { return &schema_data_; }
253 SchemaData schema_data_;
272 const SchemaData* data) {
333 SchemaData* data = &storage->schema_data_;
767 Schema Schema::Wrap(const SchemaData* data) {
    [all...]
schema_unittest.cc 533 const internal::SchemaData kData = {
    [all...]

Completed in 61 milliseconds