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

  /external/chromium_org/components/policy/core/common/
async_policy_loader.cc 61 schema_map_->FilterBundle(bundle.get());
73 schema_map_ = schema_map;
76 schema_map_->FilterBundle(bundle.get());
99 schema_map_ = schema_map;
async_policy_loader.h 58 // |schema_map_|.
72 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; }
112 scoped_refptr<SchemaMap> schema_map_; member in class:policy::AsyncPolicyLoader
schema_registry.cc 15 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_|.
schema_registry.h 59 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; }
88 scoped_refptr<SchemaMap> schema_map_; member in class:policy::SchemaRegistry

Completed in 796 milliseconds