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().get());
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
299 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);
155 schema_map->FilterBundle(&bundle);
200 schema_map->FilterBundle(&bundle);
241 schema_map->FilterBundle(&bundle);
259 scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map); local
306 schema_map->FilterBundle(&bundle);
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 41 #include "components/policy/core/common/schema_map.h"
618 scoped_refptr<policy::SchemaMap> schema_map = registry->schema_map(); local
623 const policy::Schema* chrome_schema = schema_map->GetSchema(chrome_ns);
649 schema_map->GetSchema(policy::PolicyNamespace(

Completed in 1591 milliseconds