Searched defs:identity_strategy (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Dcloud_policy_subsystem.cc52 CloudPolicyIdentityStrategy* identity_strategy,
74 identity_strategy,
51 CloudPolicySubsystem( CloudPolicyIdentityStrategy* identity_strategy, CloudPolicyCacheBase* policy_cache) argument
H A Ddevice_policy_cache.cc113 DevicePolicyIdentityStrategy* identity_strategy,
115 : identity_strategy_(identity_strategy),
123 DevicePolicyIdentityStrategy* identity_strategy,
126 : identity_strategy_(identity_strategy),
112 DevicePolicyCache( DevicePolicyIdentityStrategy* identity_strategy, EnterpriseInstallAttributes* install_attributes) argument
122 DevicePolicyCache( DevicePolicyIdentityStrategy* identity_strategy, EnterpriseInstallAttributes* install_attributes, chromeos::SignedSettingsHelper* signed_settings_helper) argument
H A Dcloud_policy_controller.cc67 CloudPolicyIdentityStrategy* identity_strategy,
73 identity_strategy,
178 CloudPolicyIdentityStrategy* identity_strategy,
188 identity_strategy,
200 CloudPolicyIdentityStrategy* identity_strategy,
211 identity_strategy_ = identity_strategy;
63 CloudPolicyController( DeviceManagementService* service, CloudPolicyCacheBase* cache, DeviceTokenFetcher* token_fetcher, CloudPolicyIdentityStrategy* identity_strategy, PolicyNotifier* notifier) argument
174 CloudPolicyController( DeviceManagementService* service, CloudPolicyCacheBase* cache, DeviceTokenFetcher* token_fetcher, CloudPolicyIdentityStrategy* identity_strategy, PolicyNotifier* notifier, int64 policy_refresh_rate_ms, int policy_refresh_deviation_factor_percent, int64 policy_refresh_deviation_max_ms, int64 policy_refresh_error_delay_ms) argument
196 Initialize( DeviceManagementService* service, CloudPolicyCacheBase* cache, DeviceTokenFetcher* token_fetcher, CloudPolicyIdentityStrategy* identity_strategy, PolicyNotifier* notifier, int64 policy_refresh_rate_ms, int policy_refresh_deviation_factor_percent, int64 policy_refresh_deviation_max_ms, int64 policy_refresh_error_delay_ms) argument
H A Duser_policy_identity_strategy.cc34 TokenCache(const base::WeakPtr<UserPolicyIdentityStrategy>& identity_strategy,
57 const base::WeakPtr<UserPolicyIdentityStrategy>& identity_strategy,
59 : identity_strategy_(identity_strategy),
56 TokenCache( const base::WeakPtr<UserPolicyIdentityStrategy>& identity_strategy, const FilePath& cache_file) argument

Completed in 102 milliseconds