SchemaMap 617 chrome/browser/ui/webui/policy_ui.cc scoped_refptr<policy::SchemaMap> schema_map = registry->schema_map(); SchemaMap 68 components/policy/core/common/async_policy_loader.cc const scoped_refptr<SchemaMap>& schema_map) { SchemaMap 97 components/policy/core/common/async_policy_loader.cc void AsyncPolicyLoader::RefreshPolicies(scoped_refptr<SchemaMap> schema_map) { SchemaMap 59 components/policy/core/common/async_policy_loader.h scoped_ptr<PolicyBundle> InitialLoad(const scoped_refptr<SchemaMap>& schemas); SchemaMap 72 components/policy/core/common/async_policy_loader.h const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } SchemaMap 85 components/policy/core/common/async_policy_loader.h void RefreshPolicies(scoped_refptr<SchemaMap> schema_map); SchemaMap 115 components/policy/core/common/async_policy_loader.h scoped_refptr<SchemaMap> schema_map_; SchemaMap 32 components/policy/core/common/cloud/component_cloud_policy_service.cc bool NotInSchemaMap(const scoped_refptr<SchemaMap> schema_map, SchemaMap 78 components/policy/core/common/cloud/component_cloud_policy_service.cc void Init(scoped_refptr<SchemaMap> schema_map); SchemaMap 91 components/policy/core/common/cloud/component_cloud_policy_service.cc void OnSchemasUpdated(scoped_refptr<SchemaMap> schema_map, SchemaMap 110 components/policy/core/common/cloud/component_cloud_policy_service.cc scoped_refptr<SchemaMap> schema_map_; SchemaMap 142 components/policy/core/common/cloud/component_cloud_policy_service.cc scoped_refptr<SchemaMap> schema_map) { SchemaMap 192 components/policy/core/common/cloud/component_cloud_policy_service.cc scoped_refptr<SchemaMap> schema_map, SchemaMap 226 components/policy/core/common/cloud/component_cloud_policy_service.cc current_schema_map_(new SchemaMap), SchemaMap 310 components/policy/core/common/cloud/component_cloud_policy_service.cc current_schema_map_ = new SchemaMap(); SchemaMap 321 components/policy/core/common/cloud/component_cloud_policy_service.cc scoped_refptr<SchemaMap> empty = new SchemaMap(); SchemaMap 475 components/policy/core/common/cloud/component_cloud_policy_service.cc const scoped_refptr<SchemaMap>& new_schema_map = SchemaMap 34 components/policy/core/common/cloud/component_cloud_policy_service.h class SchemaMap; SchemaMap 151 components/policy/core/common/cloud/component_cloud_policy_service.h scoped_refptr<SchemaMap> current_schema_map_; SchemaMap 58 components/policy/core/common/configuration_policy_provider.cc const scoped_refptr<SchemaMap>& SchemaMap 85 components/policy/core/common/configuration_policy_provider.h const scoped_refptr<SchemaMap>& schema_map() const; SchemaMap 14 components/policy/core/common/schema_map.cc SchemaMap::SchemaMap() {} SchemaMap 16 components/policy/core/common/schema_map.cc SchemaMap::SchemaMap(DomainMap& map) { SchemaMap 20 components/policy/core/common/schema_map.cc SchemaMap::~SchemaMap() {} SchemaMap 22 components/policy/core/common/schema_map.cc const DomainMap& SchemaMap::GetDomains() const { SchemaMap 26 components/policy/core/common/schema_map.cc const ComponentMap* SchemaMap::GetComponents(PolicyDomain domain) const { SchemaMap 31 components/policy/core/common/schema_map.cc const Schema* SchemaMap::GetSchema(const PolicyNamespace& ns) const { SchemaMap 39 components/policy/core/common/schema_map.cc void SchemaMap::FilterBundle(PolicyBundle* bundle) const { SchemaMap 84 components/policy/core/common/schema_map.cc bool SchemaMap::HasComponents() const { SchemaMap 95 components/policy/core/common/schema_map.cc void SchemaMap::GetChanges(const scoped_refptr<SchemaMap>& older, SchemaMap 102 components/policy/core/common/schema_map.cc void SchemaMap::GetNamespacesNotInOther(const SchemaMap* other, SchemaMap 26 components/policy/core/common/schema_map.h class POLICY_EXPORT SchemaMap : public base::RefCountedThreadSafe<SchemaMap> { SchemaMap 28 components/policy/core/common/schema_map.h SchemaMap(); SchemaMap 30 components/policy/core/common/schema_map.h explicit SchemaMap(DomainMap& map); SchemaMap 46 components/policy/core/common/schema_map.h void GetChanges(const scoped_refptr<SchemaMap>& older, SchemaMap 51 components/policy/core/common/schema_map.h friend class base::RefCountedThreadSafe<SchemaMap>; SchemaMap 53 components/policy/core/common/schema_map.h void GetNamespacesNotInOther(const SchemaMap* other, SchemaMap 56 components/policy/core/common/schema_map.h ~SchemaMap(); SchemaMap 60 components/policy/core/common/schema_map.h DISALLOW_COPY_AND_ASSIGN(SchemaMap); SchemaMap 55 components/policy/core/common/schema_map_unittest.cc scoped_refptr<SchemaMap> CreateTestMap() { SchemaMap 65 components/policy/core/common/schema_map_unittest.cc return new SchemaMap(domain_map); SchemaMap 70 components/policy/core/common/schema_map_unittest.cc scoped_refptr<SchemaMap> map = new SchemaMap(); SchemaMap 79 components/policy/core/common/schema_map_unittest.cc scoped_refptr<SchemaMap> map = new SchemaMap(); SchemaMap 88 components/policy/core/common/schema_map_unittest.cc map = new SchemaMap(domain_map); SchemaMap 93 components/policy/core/common/schema_map_unittest.cc map = new SchemaMap(domain_map); SchemaMap 98 components/policy/core/common/schema_map_unittest.cc scoped_refptr<SchemaMap> map = CreateTestMap(); SchemaMap 131 components/policy/core/common/schema_map_unittest.cc scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map); SchemaMap 230 components/policy/core/common/schema_map_unittest.cc scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map); SchemaMap 284 components/policy/core/common/schema_map_unittest.cc scoped_refptr<SchemaMap> older = new SchemaMap(map); SchemaMap 286 components/policy/core/common/schema_map_unittest.cc scoped_refptr<SchemaMap> newer = new SchemaMap(map); SchemaMap 296 components/policy/core/common/schema_map_unittest.cc newer = new SchemaMap(map); SchemaMap 304 components/policy/core/common/schema_map_unittest.cc newer = new SchemaMap(map); SchemaMap 13 components/policy/core/common/schema_registry.cc SchemaRegistry::SchemaRegistry() : schema_map_(new SchemaMap) { SchemaMap 42 components/policy/core/common/schema_registry.cc schema_map_ = new SchemaMap(map); SchemaMap 49 components/policy/core/common/schema_registry.cc schema_map_ = new SchemaMap(map); SchemaMap 90 components/policy/core/common/schema_registry.cc : own_schema_map_(new SchemaMap) { SchemaMap 127 components/policy/core/common/schema_registry.cc own_schema_map_ = new SchemaMap(map); SchemaMap 134 components/policy/core/common/schema_registry.cc own_schema_map_ = new SchemaMap(map); SchemaMap 174 components/policy/core/common/schema_registry.cc schema_map_ = new SchemaMap(map); SchemaMap 22 components/policy/core/common/schema_registry.h class SchemaMap; SchemaMap 49 components/policy/core/common/schema_registry.h const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } SchemaMap 77 components/policy/core/common/schema_registry.h scoped_refptr<SchemaMap> schema_map_; SchemaMap 109 components/policy/core/common/schema_registry.h scoped_refptr<SchemaMap> own_schema_map_; SchemaMap 340 extensions/common/extension_api.cc SchemaMap::iterator maybe_schema = schemas_.find(api_name); SchemaMap 139 extensions/common/extension_api.h SchemaMap schemas_;