Searched refs:SchemaMap (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dschema_map.h26 class POLICY_EXPORT SchemaMap : public base::RefCountedThreadSafe<SchemaMap> { class in namespace:policy
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);
H A Dschema_map.cc14 SchemaMap::SchemaMap() {} function in class:policy::SchemaMap
16 SchemaMap::SchemaMap(DomainMap& map) { function in class:policy::SchemaMap
20 SchemaMap::~SchemaMap() {}
22 const DomainMap& SchemaMap::GetDomains() const {
26 const ComponentMap* SchemaMap::GetComponents(PolicyDomain domain) const {
31 const Schema* SchemaMap::GetSchema(const PolicyNamespace& ns) const {
39 void SchemaMap
[all...]
H A Dasync_policy_loader.h59 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);
112 scoped_refptr<SchemaMap> schema_map_;
H A Dschema_map_unittest.cc55 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_ma
[all...]
H A Dschema_registry.h22 class SchemaMap;
24 // Holds the main reference to the current SchemaMap, and allows a list of
59 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; }
88 scoped_refptr<SchemaMap> schema_map_;
125 scoped_refptr<SchemaMap> own_schema_map_;
136 // This registry will stop updating its SchemaMap when |wrapped| is
H A Dschema_registry.cc15 SchemaRegistry::SchemaRegistry() : schema_map_(new SchemaMap) {
48 schema_map_ = new SchemaMap(map);
55 schema_map_ = new SchemaMap(map);
100 : own_schema_map_(new SchemaMap) {
128 own_schema_map_ = new SchemaMap(map);
135 own_schema_map_ = new SchemaMap(map);
187 schema_map_ = new SchemaMap(map);
H A Dconfiguration_policy_provider.cc58 const scoped_refptr<SchemaMap>&
H A Dconfiguration_policy_provider.h85 const scoped_refptr<SchemaMap>& schema_map() const;
H A Dasync_policy_loader.cc68 const scoped_refptr<SchemaMap>& schema_map) {
97 void AsyncPolicyLoader::RefreshPolicies(scoped_refptr<SchemaMap> schema_map) {
H A Dschema_registry_unittest.cc52 bool SchemaMapEquals(const scoped_refptr<SchemaMap>& schema_map1,
53 const scoped_refptr<SchemaMap>& schema_map2) {
256 // They always have the same SchemaMap.
297 // Keep the same SchemaMap when the original registry is gone.
299 scoped_refptr<SchemaMap> schema_map = registry->schema_map();
/external/chromium_org/extensions/common/
H A Dextension_api.h154 SchemaMap; typedef in class:extensions::ExtensionAPI
155 SchemaMap schemas_;
H A Dextension_api.cc317 SchemaMap::iterator maybe_schema = schemas_.find(api_name);
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.h34 class SchemaMap;
149 // determine which components changed when a new SchemaMap becomes
151 scoped_refptr<SchemaMap> current_schema_map_;
H A Dcomponent_cloud_policy_service.cc32 bool NotInSchemaMap(const scoped_refptr<SchemaMap> schema_map,
71 void Init(scoped_refptr<SchemaMap> schema_map);
80 // Passes the current SchemaMap so that the disk cache can purge components
84 void OnSchemasUpdated(scoped_refptr<SchemaMap> schema_map,
136 scoped_refptr<SchemaMap> schema_map) {
186 scoped_refptr<SchemaMap> schema_map,
216 current_schema_map_(new SchemaMap),
463 const scoped_refptr<SchemaMap>& new_schema_map =
469 // Send the updated SchemaMap and a list of removed components to the
/external/chromium_org/chrome/browser/ui/webui/
H A Dpolicy_ui.cc618 scoped_refptr<policy::SchemaMap> schema_map = registry->schema_map();

Completed in 1103 milliseconds