HomeSort by relevance Sort by last modified time
    Searched defs:schema_map (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/policy/core/common/
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);
configuration_policy_provider.cc 59 ConfigurationPolicyProvider::schema_map() const { function in class:policy::ConfigurationPolicyProvider
60 return schema_registry_->schema_map();
schema_registry.h 17 #include "components/policy/core/common/schema_map.h"
59 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } function in class:policy::SchemaRegistry
schema_registry_unittest.cc 71 ASSERT_TRUE(registry.schema_map());
72 EXPECT_FALSE(registry.schema_map()->GetSchema(
87 EXPECT_TRUE(registry.schema_map()->GetSchema(
95 EXPECT_FALSE(registry.schema_map()->GetSchema(
184 ASSERT_EQ(1u, combined.schema_map()->GetDomains().size());
185 ASSERT_TRUE(combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS));
188 combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)->size());
189 EXPECT_TRUE(combined.schema_map()->GetSchema(
191 EXPECT_TRUE(combined.schema_map()->GetSchema(
193 EXPECT_FALSE(combined.schema_map()->GetSchema
301 scoped_refptr<SchemaMap> schema_map = registry->schema_map(); local
    [all...]
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);
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 41 #include "components/policy/core/common/schema_map.h"
617 scoped_refptr<policy::SchemaMap> schema_map = registry->schema_map(); local
622 const policy::Schema* chrome_schema = schema_map->GetSchema(chrome_ns);
648 schema_map->GetSchema(policy::PolicyNamespace(

Completed in 100 milliseconds