HomeSort by relevance Sort by last modified time
    Searched defs:schema_map (Results 1 - 5 of 5) 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"
49 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } function in class:policy::SchemaRegistry
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"
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(

Completed in 170 milliseconds