Home
last modified time | relevance | path

Searched refs:ownership_status (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
Ddevice_settings_service.cc286 OwnershipStatus ownership_status = OWNERSHIP_UNKNOWN; in HandleCompletedOperation() local
290 ownership_status = in HandleCompletedOperation()
338 iter->Run(ownership_status); in HandleCompletedOperation()
Ddevice_settings_service_unittest.cc42 DeviceSettingsService::OwnershipStatus ownership_status) { in SetOwnershipStatus() argument
43 ownership_status_ = ownership_status; in SetOwnershipStatus()
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_local_account_policy_store.cc167 chromeos::DeviceSettingsService::OwnershipStatus ownership_status) { in Validate() argument
169 ownership_status); in Validate()
Ddevice_local_account_policy_store.h81 chromeos::DeviceSettingsService::OwnershipStatus ownership_status);
/external/chromium/chrome/browser/chromeos/
Duser_cros_settings_provider.cc174 OwnershipService::Status ownership_status = in RequestTrustedEntity() local
176 if (ownership_status == OwnershipService::OWNERSHIP_NONE) in RequestTrustedEntity()
181 if (ownership_status == OwnershipService::OWNERSHIP_TAKEN) { in RequestTrustedEntity()
/external/chromium_org/chrome/browser/chromeos/login/
Dexisting_user_controller.h200 DeviceSettingsService::OwnershipStatus ownership_status);
Dexisting_user_controller.cc343 DeviceSettingsService::OwnershipStatus ownership_status) { in CompleteLoginInternal() argument
347 ownership_status == DeviceSettingsService::OWNERSHIP_NONE) { in CompleteLoginInternal()