HomeSort by relevance Sort by last modified time
    Searched refs:ownership_status (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_policy_store.h 81 chromeos::DeviceSettingsService::OwnershipStatus ownership_status);
device_local_account_policy_store.cc 167 chromeos::DeviceSettingsService::OwnershipStatus ownership_status) {
169 ownership_status);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 286 OwnershipStatus ownership_status = OWNERSHIP_UNKNOWN; local
290 ownership_status =
338 iter->Run(ownership_status);
device_settings_service_unittest.cc 42 DeviceSettingsService::OwnershipStatus ownership_status) {
43 ownership_status_ = ownership_status;
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.h 200 DeviceSettingsService::OwnershipStatus ownership_status);
existing_user_controller.cc 343 DeviceSettingsService::OwnershipStatus ownership_status) {
347 ownership_status == DeviceSettingsService::OWNERSHIP_NONE) {
    [all...]
  /external/chromium/chrome/browser/chromeos/
user_cros_settings_provider.cc 174 OwnershipService::Status ownership_status = local
176 if (ownership_status == OwnershipService::OWNERSHIP_NONE)
181 if (ownership_status == OwnershipService::OWNERSHIP_TAKEN) {

Completed in 572 milliseconds