Searched defs:install_attributes (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_store_chromeos.cc24 EnterpriseInstallAttributes* install_attributes,
27 install_attributes_(install_attributes),
22 DeviceCloudPolicyStoreChromeOS( chromeos::DeviceSettingsService* device_settings_service, EnterpriseInstallAttributes* install_attributes, scoped_refptr<base::SequencedTaskRunner> background_task_runner) argument
H A Dapp_pack_updater.cc64 EnterpriseInstallAttributes* install_attributes)
66 install_attributes_(install_attributes),
63 AppPackUpdater(net::URLRequestContextGetter* request_context, EnterpriseInstallAttributes* install_attributes) argument
H A Ddevice_policy_decoder_chromeos.cc278 EnterpriseInstallAttributes* install_attributes) {
280 if (install_attributes->GetMode() != DEVICE_MODE_RETAIL_KIOSK)
362 EnterpriseInstallAttributes* install_attributes) {
380 if (install_attributes->GetMode() == DEVICE_MODE_RETAIL_KIOSK)
802 EnterpriseInstallAttributes* install_attributes) {
808 DecodeKioskPolicies(policy, policies, install_attributes);
809 DecodeNetworkPolicies(policy, policies, install_attributes);
276 DecodeKioskPolicies(const em::ChromeDeviceSettingsProto& policy, PolicyMap* policies, EnterpriseInstallAttributes* install_attributes) argument
360 DecodeNetworkPolicies(const em::ChromeDeviceSettingsProto& policy, PolicyMap* policies, EnterpriseInstallAttributes* install_attributes) argument
800 DecodeDevicePolicy(const em::ChromeDeviceSettingsProto& policy, PolicyMap* policies, EnterpriseInstallAttributes* install_attributes) argument
H A Ddevice_cloud_policy_initializer.cc56 EnterpriseInstallAttributes* install_attributes,
66 install_attributes_(install_attributes),
51 DeviceCloudPolicyInitializer( PrefService* local_state, DeviceManagementService* enterprise_service, DeviceManagementService* consumer_service, const scoped_refptr<base::SequencedTaskRunner>& background_task_runner, EnterpriseInstallAttributes* install_attributes, ServerBackedStateKeysBroker* state_keys_broker, DeviceCloudPolicyStoreChromeOS* device_store, DeviceCloudPolicyManagerChromeOS* manager, chromeos::DeviceSettingsService* device_settings_service, const base::Closure& on_connected_callback) argument
H A Denrollment_handler_chromeos.cc44 EnterpriseInstallAttributes* install_attributes,
57 install_attributes_(install_attributes),
42 EnrollmentHandlerChromeOS( DeviceCloudPolicyStoreChromeOS* store, EnterpriseInstallAttributes* install_attributes, ServerBackedStateKeysBroker* state_keys_broker, chromeos::DeviceSettingsService* device_settings_service, scoped_ptr<CloudPolicyClient> client, scoped_refptr<base::SequencedTaskRunner> background_task_runner, const std::string& auth_token, const std::string& client_id, bool is_auto_enrollment, const std::string& requisition, const AllowedDeviceModes& allowed_device_modes, em::PolicyData::ManagementMode management_mode, const EnrollmentCallback& completion_callback) argument
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.cc92 policy::EnterpriseInstallAttributes* install_attributes) :
96 install_attributes_(install_attributes) {
282 policy::EnterpriseInstallAttributes* install_attributes) :
286 install_attributes) {
399 policy::EnterpriseInstallAttributes* install_attributes) :
403 install_attributes) {
88 EPKPChallengeKeyBase( chromeos::CryptohomeClient* cryptohome_client, cryptohome::AsyncMethodCaller* async_caller, chromeos::attestation::AttestationFlow* attestation_flow, policy::EnterpriseInstallAttributes* install_attributes) argument
278 EPKPChallengeMachineKey( chromeos::CryptohomeClient* cryptohome_client, cryptohome::AsyncMethodCaller* async_caller, chromeos::attestation::AttestationFlow* attestation_flow, policy::EnterpriseInstallAttributes* install_attributes) argument
395 EPKPChallengeUserKey( chromeos::CryptohomeClient* cryptohome_client, cryptohome::AsyncMethodCaller* async_caller, chromeos::attestation::AttestationFlow* attestation_flow, policy::EnterpriseInstallAttributes* install_attributes) argument

Completed in 507 milliseconds