Searched defs:schema_map (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dasync_policy_loader.h13 #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);
H A Dschema_registry.h17 #include "components/policy/core/common/schema_map.h"
59 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } function in class:policy::SchemaRegistry
H A Dschema_registry_unittest.cc71 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()
299 scoped_refptr<SchemaMap> schema_map = registry->schema_map(); local
[all...]
H A Dasync_policy_loader.cc68 const scoped_refptr<SchemaMap>& schema_map) {
73 schema_map_ = schema_map;
97 void AsyncPolicyLoader::RefreshPolicies(scoped_refptr<SchemaMap> schema_map) { argument
99 schema_map_ = schema_map;
67 InitialLoad( const scoped_refptr<SchemaMap>& schema_map) argument
H A Dconfiguration_policy_provider.cc59 ConfigurationPolicyProvider::schema_map() const { function in class:policy::ConfigurationPolicyProvider
60 return schema_registry_->schema_map();
H A Dschema_map_unittest.cc5 #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/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.cc22 #include "components/policy/core/common/schema_map.h"
32 bool NotInSchemaMap(const scoped_refptr<SchemaMap> schema_map, argument
35 return schema_map->GetSchema(PolicyNamespace(domain, component_id)) == NULL;
71 void Init(scoped_refptr<SchemaMap> schema_map);
84 void OnSchemasUpdated(scoped_refptr<SchemaMap> schema_map,
136 scoped_refptr<SchemaMap> schema_map) {
139 OnSchemasUpdated(schema_map, scoped_ptr<PolicyNamespaceList>());
186 scoped_refptr<SchemaMap> schema_map,
189 const DomainMap& domains = schema_map->GetDomains();
193 base::Bind(&NotInSchemaMap, schema_map, domai
135 Init( scoped_refptr<SchemaMap> schema_map) argument
185 OnSchemasUpdated( scoped_refptr<SchemaMap> schema_map, scoped_ptr<PolicyNamespaceList> removed) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dpolicy_ui.cc41 #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 1526 milliseconds