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

  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_service_stub.cc 12 ComponentCloudPolicyService::Delegate::~Delegate() {}
14 ComponentCloudPolicyService::ComponentCloudPolicyService(
26 ComponentCloudPolicyService::~ComponentCloudPolicyService() {}
29 bool ComponentCloudPolicyService::SupportsDomain(PolicyDomain domain) {
33 void ComponentCloudPolicyService::OnSchemaRegistryReady() {}
35 void ComponentCloudPolicyService::OnSchemaRegistryUpdated(
38 void ComponentCloudPolicyService::OnCoreConnected(CloudPolicyCore* core) {}
40 void ComponentCloudPolicyService::OnCoreDisconnecting(CloudPolicyCore* core) {
    [all...]
component_cloud_policy_service.h 40 class POLICY_EXPORT ComponentCloudPolicyService
75 ComponentCloudPolicyService(
85 virtual ~ComponentCloudPolicyService();
177 base::WeakPtrFactory<ComponentCloudPolicyService> weak_ptr_factory_;
179 DISALLOW_COPY_AND_ASSIGN(ComponentCloudPolicyService);
component_cloud_policy_service.cc 47 ComponentCloudPolicyService::Delegate::~Delegate() {}
50 // thread that the ComponentCloudPolicyService runs on whenever the policy
52 class ComponentCloudPolicyService::Backend
59 Backend(base::WeakPtr<ComponentCloudPolicyService> service,
88 // The ComponentCloudPolicyService that owns |this|. Used to inform the
90 base::WeakPtr<ComponentCloudPolicyService> service_;
108 ComponentCloudPolicyService::Backend::Backend(
109 base::WeakPtr<ComponentCloudPolicyService> service,
122 ComponentCloudPolicyService::Backend::~Backend() {}
124 void ComponentCloudPolicyService::Backend::SetCredentials
    [all...]

Completed in 75 milliseconds