HomeSort by relevance Sort by last modified time
    Searched refs:SchemaMap (Results 1 - 15 of 15) 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 14 SchemaMap::SchemaMap() {}
16 SchemaMap::SchemaMap(DomainMap& map) {
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::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);
112 scoped_refptr<SchemaMap> 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.h 22 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
configuration_policy_provider.h 85 const scoped_refptr<SchemaMap>& schema_map() const;
schema_registry.cc 15 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);
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) {
schema_registry_unittest.cc 52 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/components/policy/core/common/cloud/
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_;
component_cloud_policy_service.cc 32 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/extensions/common/
extension_api.h 154 SchemaMap;
155 SchemaMap schemas_;
extension_api.cc 317 SchemaMap::iterator maybe_schema = schemas_.find(api_name);
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 618 scoped_refptr<policy::SchemaMap> schema_map = registry->schema_map();

Completed in 221 milliseconds