Home
last modified time | relevance | path

Searched defs:schema_map (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/components/policy/core/common/
Dasync_policy_loader.cc69 const scoped_refptr<SchemaMap>& schema_map) { in InitialLoad()
98 void AsyncPolicyLoader::RefreshPolicies(scoped_refptr<SchemaMap> schema_map) { in RefreshPolicies()
Dschema_registry.h59 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } in schema_map() function
Dasync_policy_loader.h76 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } in schema_map() function
Dschema_map_unittest.cc133 scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map); in TEST_F() local
231 scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map); in TEST_F() local
Dconfiguration_policy_provider.cc58 ConfigurationPolicyProvider::schema_map() const { in schema_map() function in policy::ConfigurationPolicyProvider
Dschema_registry_unittest.cc296 scoped_refptr<SchemaMap> schema_map = registry->schema_map(); in TEST() local