Searched refs:schema_registry (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_extension_tracker.h24 SchemaRegistry* schema_registry);
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.h37 SchemaRegistry* schema_registry,
H A Dprofile_policy_connector_factory.cc98 SchemaRegistry* schema_registry = NULL; local
102 schema_registry =
127 schema_registry,
H A Dschema_registry_service_factory.cc11 #include "components/policy/core/common/schema_registry.h"
116 registry.reset(new ForwardingSchemaRegistry(broker->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 Dcloud_policy_manager.cc113 DCHECK(schema_registry());
130 schema_registry(),
H A Dcomponent_cloud_policy_service.h19 #include "components/policy/core/common/schema_registry.h"
60 // |schema_registry| is used to get the list of components to fetch cloud
77 SchemaRegistry* schema_registry,
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
H A Dconfiguration_policy_provider.h14 #include "components/policy/core/common/schema_registry.h"
44 // the |schema_registry| whose domain is supported by this provider.
83 SchemaRegistry* schema_registry() const;

Completed in 319 milliseconds