HomeSort by relevance Sort by last modified time
    Searched refs:SchemaMap (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/components/policy/core/common/
schema_map.h 26 class POLICY_EXPORT SchemaMap : public base::RefCountedThreadSafe<SchemaMap> {
28 SchemaMap();
30 explicit SchemaMap(DomainMap& map);
46 void GetChanges(const scoped_refptr<SchemaMap>& older,
51 friend class base::RefCountedThreadSafe<SchemaMap>;
53 void GetNamespacesNotInOther(const SchemaMap* other,
56 ~SchemaMap();
60 DISALLOW_COPY_AND_ASSIGN(SchemaMap);
schema_map.cc 13 SchemaMap::SchemaMap() {}
15 SchemaMap::SchemaMap(DomainMap& map) {
19 SchemaMap::~SchemaMap() {}
21 const DomainMap& SchemaMap::GetDomains() const {
25 const ComponentMap* SchemaMap::GetComponents(PolicyDomain domain) const {
30 const Schema* SchemaMap::GetSchema(const PolicyNamespace& ns) const {
38 void SchemaMap::FilterBundle(PolicyBundle* bundle) const
    [all...]
async_policy_loader.h 59 scoped_ptr<PolicyBundle> InitialLoad(const scoped_refptr<SchemaMap>& schemas);
72 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; }
84 // Used by the AsyncPolicyProvider to reload with an updated SchemaMap.
85 void RefreshPolicies(scoped_refptr<SchemaMap> schema_map);
115 scoped_refptr<SchemaMap> schema_map_;
schema_registry.h 22 class SchemaMap;
24 // Holds the main reference to the current SchemaMap, and allows a list of
49 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; }
77 scoped_refptr<SchemaMap> schema_map_;
109 scoped_refptr<SchemaMap> own_schema_map_;
schema_map_unittest.cc 55 scoped_refptr<SchemaMap> CreateTestMap() {
65 return new SchemaMap(domain_map);
70 scoped_refptr<SchemaMap> map = new SchemaMap();
79 scoped_refptr<SchemaMap> map = new SchemaMap();
88 map = new SchemaMap(domain_map);
93 map = new SchemaMap(domain_map);
98 scoped_refptr<SchemaMap> map = CreateTestMap();
131 scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map)
    [all...]
schema_registry.cc 13 SchemaRegistry::SchemaRegistry() : schema_map_(new SchemaMap) {
42 schema_map_ = new SchemaMap(map);
49 schema_map_ = new SchemaMap(map);
90 : own_schema_map_(new SchemaMap) {
127 own_schema_map_ = new SchemaMap(map);
134 own_schema_map_ = new SchemaMap(map);
174 schema_map_ = new SchemaMap(map);
configuration_policy_provider.h 85 const scoped_refptr<SchemaMap>& schema_map() const;
configuration_policy_provider.cc 58 const scoped_refptr<SchemaMap>&
async_policy_loader.cc 68 const scoped_refptr<SchemaMap>& schema_map) {
97 void AsyncPolicyLoader::RefreshPolicies(scoped_refptr<SchemaMap> schema_map) {
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_service.cc 32 bool NotInSchemaMap(const scoped_refptr<SchemaMap> schema_map,
78 void Init(scoped_refptr<SchemaMap> schema_map);
87 // Passes the current SchemaMap so that the disk cache can purge components
91 void OnSchemasUpdated(scoped_refptr<SchemaMap> schema_map,
110 scoped_refptr<SchemaMap> schema_map_;
142 scoped_refptr<SchemaMap> schema_map) {
192 scoped_refptr<SchemaMap> schema_map,
226 current_schema_map_(new SchemaMap),
310 current_schema_map_ = new SchemaMap();
321 scoped_refptr<SchemaMap> empty = new SchemaMap()
    [all...]
component_cloud_policy_service.h 34 class SchemaMap;
149 // determine which components changed when a new SchemaMap becomes
151 scoped_refptr<SchemaMap> current_schema_map_;
  /external/chromium_org/extensions/common/
extension_api.h 129 SchemaMap;
130 SchemaMap schemas_;
extension_api.cc 339 SchemaMap::iterator maybe_schema = schemas_.find(api_name);
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 585 scoped_refptr<policy::SchemaMap> schema_map = registry->schema_map();

Completed in 116 milliseconds