HomeSort by relevance Sort by last modified time
    Searched defs:schema_map_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/policy/core/common/
async_policy_loader.h 58 // |schema_map_|.
72 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; }
115 scoped_refptr<SchemaMap> schema_map_; member in class:policy::AsyncPolicyLoader
schema_registry.h 49 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; }
77 scoped_refptr<SchemaMap> schema_map_; member in class:policy::SchemaRegistry
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_service.cc 110 scoped_refptr<SchemaMap> schema_map_; member in class:policy::ComponentCloudPolicyService::Backend
143 DCHECK(!schema_map_);
156 schema_map_->FilterBundle(bundle.get());
176 if (!schema_map_) {
183 schema_map_->FilterBundle(bundle.get());
202 // Set |schema_map_| after purging so that the notifications from the store
204 schema_map_ = schema_map;

Completed in 33 milliseconds