Home | History | Annotate | Download | only in common

Lines Matching defs:schema

23 #include "components/policy/core/common/schema.h"
58 const Schema* schema =
60 for (Schema::Iterator it = schema->GetPropertiesIterator();
124 const Schema& schema,
127 // without a schema, to allow a graceful update of the Legacy Browser Support
129 if (!schema.valid())
136 for (Schema::Iterator it = schema.GetPropertiesIterator();