Searched refs:schema_map_ (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/components/policy/core/common/
H A Dasync_policy_loader.cc61 schema_map_->FilterBundle(bundle.get());
73 schema_map_ = schema_map;
76 schema_map_->FilterBundle(bundle.get());
99 schema_map_ = schema_map;
H A Dasync_policy_loader.h58 // |schema_map_|.
72 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; }
112 scoped_refptr<SchemaMap> schema_map_; member in class:policy::AsyncPolicyLoader
H A Dschema_registry.cc15 SchemaRegistry::SchemaRegistry() : schema_map_(new SchemaMap) {
43 DomainMap map(schema_map_->GetDomains());
48 schema_map_ = new SchemaMap(map);
53 DomainMap map(schema_map_->GetDomains());
55 schema_map_ = new SchemaMap(map);
187 schema_map_ = new SchemaMap(map);
193 schema_map_ = wrapped_->schema_map();
223 schema_map_ = wrapped_->schema_map();
237 // Keep serving the same |schema_map_|.
H A Dschema_registry.h59 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; }
88 scoped_refptr<SchemaMap> schema_map_; member in class:policy::SchemaRegistry

Completed in 233 milliseconds