InternalStorage   139 components/policy/core/common/schema.cc class Schema::InternalStorage
InternalStorage   140 components/policy/core/common/schema.cc     : public base::RefCountedThreadSafe<InternalStorage> {
InternalStorage   142 components/policy/core/common/schema.cc   static scoped_refptr<const InternalStorage> Wrap(const SchemaData* data);
InternalStorage   144 components/policy/core/common/schema.cc   static scoped_refptr<const InternalStorage> ParseSchema(
InternalStorage   179 components/policy/core/common/schema.cc   friend class base::RefCountedThreadSafe<InternalStorage>;
InternalStorage   181 components/policy/core/common/schema.cc   InternalStorage();
InternalStorage   182 components/policy/core/common/schema.cc   ~InternalStorage();
InternalStorage   247 components/policy/core/common/schema.cc   DISALLOW_COPY_AND_ASSIGN(InternalStorage);
InternalStorage   250 components/policy/core/common/schema.cc Schema::InternalStorage::InternalStorage() {}
InternalStorage   252 components/policy/core/common/schema.cc Schema::InternalStorage::~InternalStorage() {}
InternalStorage   255 components/policy/core/common/schema.cc scoped_refptr<const Schema::InternalStorage> Schema::InternalStorage::Wrap(
InternalStorage   257 components/policy/core/common/schema.cc   InternalStorage* storage = new InternalStorage();
InternalStorage   268 components/policy/core/common/schema.cc scoped_refptr<const Schema::InternalStorage>
InternalStorage   269 components/policy/core/common/schema.cc Schema::InternalStorage::ParseSchema(const base::DictionaryValue& schema,
InternalStorage   278 components/policy/core/common/schema.cc   scoped_refptr<InternalStorage> storage = new InternalStorage();
InternalStorage   328 components/policy/core/common/schema.cc void Schema::InternalStorage::DetermineStorageSizes(
InternalStorage   386 components/policy/core/common/schema.cc bool Schema::InternalStorage::Parse(const base::DictionaryValue& schema,
InternalStorage   450 components/policy/core/common/schema.cc bool Schema::InternalStorage::ParseDictionary(
InternalStorage   499 components/policy/core/common/schema.cc bool Schema::InternalStorage::ParseList(const base::DictionaryValue& schema,
InternalStorage   512 components/policy/core/common/schema.cc bool Schema::InternalStorage::ParseEnum(const base::DictionaryValue& schema,
InternalStorage   563 components/policy/core/common/schema.cc bool Schema::InternalStorage::ParseRangedInt(
InternalStorage   586 components/policy/core/common/schema.cc bool Schema::InternalStorage::ResolveReferences(
InternalStorage   602 components/policy/core/common/schema.cc Schema::Iterator::Iterator(const scoped_refptr<const InternalStorage>& storage,
InternalStorage   640 components/policy/core/common/schema.cc Schema::Schema(const scoped_refptr<const InternalStorage>& storage,
InternalStorage   657 components/policy/core/common/schema.cc   scoped_refptr<const InternalStorage> storage = InternalStorage::Wrap(data);
InternalStorage   855 components/policy/core/common/schema.cc   scoped_refptr<const InternalStorage> storage =
InternalStorage   856 components/policy/core/common/schema.cc       InternalStorage::ParseSchema(*dict, error);
InternalStorage    58 components/policy/core/common/schema.h   class InternalStorage;
InternalStorage   115 components/policy/core/common/schema.h     Iterator(const scoped_refptr<const InternalStorage>& storage,
InternalStorage   135 components/policy/core/common/schema.h     scoped_refptr<const InternalStorage> storage_;
InternalStorage   167 components/policy/core/common/schema.h   Schema(const scoped_refptr<const InternalStorage>& storage,
InternalStorage   173 components/policy/core/common/schema.h   scoped_refptr<const InternalStorage> storage_;