Searched defs:schema_registry (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_extension_tracker.cc15 #include "components/policy/core/common/schema_registry.h"
23 SchemaRegistry* schema_registry)
25 schema_registry_(schema_registry) {
20 DeviceLocalAccountExtensionTracker( const DeviceLocalAccount& account, CloudPolicyStore* store, SchemaRegistry* schema_registry) argument
H A Ddevice_local_account_policy_service.h27 #include "components/policy/core/common/schema_registry.h"
90 SchemaRegistry* schema_registry() { return &schema_registry_; } function in class:policy::DeviceLocalAccountPolicyBroker
/external/chromium_org/chrome/browser/policy/
H A Dprofile_policy_connector_stub.cc17 SchemaRegistry* schema_registry,
15 Init( bool force_immediate_load, SchemaRegistry* schema_registry, CloudPolicyManager* user_cloud_policy_manager) argument
H A Dprofile_policy_connector.cc61 SchemaRegistry* schema_registry,
89 forwarding_policy_provider_->Init(schema_registry);
103 DCHECK(schema_registry);
116 special_user_policy_provider_->Init(schema_registry);
56 Init( bool force_immediate_load, const user_manager::User* user, SchemaRegistry* schema_registry, CloudPolicyManager* user_cloud_policy_manager) argument
H A Dprofile_policy_connector_factory.cc98 SchemaRegistry* schema_registry = NULL; local
102 schema_registry =
127 schema_registry,
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service_stub.cc16 SchemaRegistry* schema_registry,
14 ComponentCloudPolicyService( Delegate* delegate, SchemaRegistry* schema_registry, CloudPolicyCore* core, scoped_refptr<net::URLRequestContextGetter> request_context, scoped_refptr<base::SequencedTaskRunner> backend_task_runner, scoped_refptr<base::SequencedTaskRunner> io_task_runner) argument
H A Dcomponent_cloud_policy_service.cc204 SchemaRegistry* schema_registry,
211 schema_registry_(schema_registry),
202 ComponentCloudPolicyService( Delegate* delegate, SchemaRegistry* schema_registry, CloudPolicyCore* core, scoped_ptr<ResourceCache> cache, scoped_refptr<net::URLRequestContextGetter> request_context, scoped_refptr<base::SequencedTaskRunner> backend_task_runner, scoped_refptr<base::SequencedTaskRunner> io_task_runner) argument
/external/chromium_org/components/policy/core/common/
H A Dconfiguration_policy_provider.cc54 SchemaRegistry* ConfigurationPolicyProvider::schema_registry() const { function in class:policy::ConfigurationPolicyProvider

Completed in 125 milliseconds