Searched refs:schema_map (Results 1 – 11 of 11) sorted by relevance
73 ASSERT_TRUE(registry.schema_map().get()); in TEST()74 EXPECT_FALSE(registry.schema_map()->GetSchema( in TEST()89 EXPECT_TRUE(registry.schema_map()->GetSchema( in TEST()97 EXPECT_FALSE(registry.schema_map()->GetSchema( in TEST()186 ASSERT_EQ(1u, combined.schema_map()->GetDomains().size()); in TEST()187 ASSERT_TRUE(combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)); in TEST()190 combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)->size()); in TEST()191 EXPECT_TRUE(combined.schema_map()->GetSchema( in TEST()193 EXPECT_TRUE(combined.schema_map()->GetSchema( in TEST()195 EXPECT_FALSE(combined.schema_map()->GetSchema( in TEST()[all …]
69 const scoped_refptr<SchemaMap>& schema_map) { in InitialLoad() argument74 schema_map_ = schema_map; in InitialLoad()98 void AsyncPolicyLoader::RefreshPolicies(scoped_refptr<SchemaMap> schema_map) { in RefreshPolicies() argument100 schema_map_ = schema_map; in RefreshPolicies()
133 scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map); in TEST_F() local136 schema_map->FilterBundle(&bundle); in TEST_F()154 schema_map->FilterBundle(&bundle); in TEST_F()186 schema_map->FilterBundle(&bundle); in TEST_F()213 schema_map->FilterBundle(&bundle); in TEST_F()231 scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map); in TEST_F() local272 schema_map->FilterBundle(&bundle); in TEST_F()
141 if (registry->schema_map()->HasComponents()) in Track()180 if (registry->schema_map()->HasComponents()) in OnSchemaRegistryShuttingDown()203 const DomainMap& reg_domain_map = (*reg_it)->schema_map()->GetDomains(); in Combine()219 schema_map_ = wrapped_->schema_map(); in ForwardingSchemaRegistry()253 schema_map_ = wrapped_->schema_map(); in OnSchemaRegistryUpdated()
58 ConfigurationPolicyProvider::schema_map() const { in schema_map() function in policy::ConfigurationPolicyProvider59 return schema_registry_->schema_map(); in schema_map()
76 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } in schema_map() function89 void RefreshPolicies(scoped_refptr<SchemaMap> schema_map);
52 if (!schema_map()->HasComponents()) { in OnSchemaRegistryReady()88 schema_map()->FilterBundle(bundle.get()); in OnUpdatePolicy()
26 OnLoaderReloaded(loader_->InitialLoad(registry->schema_map())); in AsyncPolicyProvider()109 schema_map())); in ReloadAfterRefreshSync()
86 const scoped_refptr<SchemaMap>& schema_map() const;
59 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } in schema_map() function
188 Schema chrome_schema = *schema_registry_.schema_map()->GetSchema(chrome_ns); in SetUp()