/external/chromium_org/components/policy/core/common/ |
schema_registry_unittest.cc | 64 ASSERT_TRUE(registry.schema_map()); 65 EXPECT_FALSE(registry.schema_map()->GetSchema( 80 EXPECT_TRUE(registry.schema_map()->GetSchema( 88 EXPECT_FALSE(registry.schema_map()->GetSchema( 178 ASSERT_EQ(1u, combined.schema_map()->GetDomains().size()); 179 ASSERT_TRUE(combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)); 182 combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)->size()); 183 EXPECT_TRUE(combined.schema_map()->GetSchema( 185 EXPECT_TRUE(combined.schema_map()->GetSchema( 187 EXPECT_FALSE(combined.schema_map()->GetSchema [all...] |
configuration_policy_provider.cc | 59 ConfigurationPolicyProvider::schema_map() const { function in class:policy::ConfigurationPolicyProvider 60 return schema_registry_->schema_map();
|
async_policy_loader.cc | 68 const scoped_refptr<SchemaMap>& schema_map) { 73 schema_map_ = schema_map; 97 void AsyncPolicyLoader::RefreshPolicies(scoped_refptr<SchemaMap> schema_map) { 99 schema_map_ = schema_map;
|
configuration_policy_provider.h | 85 const scoped_refptr<SchemaMap>& schema_map() const;
|
async_policy_loader.h | 13 #include "components/policy/core/common/schema_map.h" 72 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } function in class:policy::AsyncPolicyLoader 85 void RefreshPolicies(scoped_refptr<SchemaMap> schema_map);
|
forwarding_policy_provider.cc | 7 #include "components/policy/core/common/schema_map.h" 50 if (!schema_map()->HasComponents()) { 85 schema_map()->FilterBundle(bundle.get());
|
async_policy_provider.cc | 25 OnLoaderReloaded(loader_->InitialLoad(registry->schema_map())); 112 schema_map()));
|
schema_map_unittest.cc | 5 #include "components/policy/core/common/schema_map.h" 131 scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map); local 134 schema_map->FilterBundle(&bundle); 156 schema_map->FilterBundle(&bundle); 189 schema_map->FilterBundle(&bundle); 212 schema_map->FilterBundle(&bundle); 230 scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map); local 277 schema_map->FilterBundle(&bundle);
|
schema_registry.cc | 105 if (registry->schema_map()->HasComponents()) 112 if (registry->schema_map()->HasComponents()) 164 const DomainMap& reg_domain_map = (*reg_it)->schema_map()->GetDomains();
|
schema_registry.h | 17 #include "components/policy/core/common/schema_map.h" 49 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } function in class:policy::SchemaRegistry
|
policy_loader_mac.cc | 24 #include "components/policy/core/common/schema_map.h" 90 schema_map()->GetSchema(PolicyNamespace(POLICY_DOMAIN_CHROME, "")); 182 const ComponentMap* components = schema_map()->GetComponents(domain);
|
policy_loader_win.cc | 550 schema_map()->GetSchema(PolicyNamespace(POLICY_DOMAIN_CHROME, "")); 589 const Schema* schema_from_map = schema_map()->GetSchema(policy_namespace);
|
configuration_policy_provider_test.cc | 179 Schema chrome_schema = *schema_registry_.schema_map()->GetSchema(chrome_ns);
|
policy_loader_win_unittest.cc | 37 #include "components/policy/core/common/schema_map.h" 740 loader.InitialLoad(schema_registry_.schema_map())); [all...] |
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_service.cc | 22 #include "components/policy/core/common/schema_map.h" 32 bool NotInSchemaMap(const scoped_refptr<SchemaMap> schema_map, 35 return schema_map->GetSchema(PolicyNamespace(domain, component_id)) == NULL; 78 void Init(scoped_refptr<SchemaMap> schema_map); 91 void OnSchemasUpdated(scoped_refptr<SchemaMap> schema_map, 142 scoped_refptr<SchemaMap> schema_map) { 145 OnSchemasUpdated(schema_map, scoped_ptr<PolicyNamespaceList>()); 192 scoped_refptr<SchemaMap> schema_map, 195 const DomainMap& domains = schema_map->GetDomains(); 199 base::Bind(&NotInSchemaMap, schema_map, domain->first)) [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
policy_ui.cc | 41 #include "components/policy/core/common/schema_map.h" 585 scoped_refptr<policy::SchemaMap> schema_map = registry->schema_map(); local 590 const policy::Schema* chrome_schema = schema_map->GetSchema(chrome_ns); 616 schema_map->GetSchema(policy::PolicyNamespace(
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
settings_apitest.cc | 37 #include "components/policy/core/common/schema_map.h" 479 EXPECT_FALSE(registry->schema_map()->GetSchema(policy::PolicyNamespace( 495 registry->schema_map()->GetSchema(policy::PolicyNamespace(
|
managed_value_store_cache.cc | 30 #include "components/policy/core/common/schema_map.h" 294 const policy::ComponentMap* map = registry->schema_map()->GetComponents(
|