Searched refs:InternalStorage (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/components/policy/core/common/
H A Dschema.cc141 class Schema::InternalStorage class in class:policy::Schema
142 : public base::RefCountedThreadSafe<InternalStorage> {
144 static scoped_refptr<const InternalStorage> Wrap(const SchemaData* data);
146 static scoped_refptr<const InternalStorage> ParseSchema(
185 friend class base::RefCountedThreadSafe<InternalStorage>;
187 InternalStorage();
188 ~InternalStorage();
262 DISALLOW_COPY_AND_ASSIGN(InternalStorage);
265 Schema::InternalStorage::InternalStorage() function in class:policy::Schema::InternalStorage
[all...]
H A Dschema.h63 class InternalStorage;
120 Iterator(const scoped_refptr<const InternalStorage>& storage,
140 scoped_refptr<const InternalStorage> storage_;
183 Schema(const scoped_refptr<const InternalStorage>& storage,
189 scoped_refptr<const InternalStorage> storage_;

Completed in 1723 milliseconds