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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.cc 140 DeviceSettingsService::OwnershipStatus ownership_status) {
147 ownership_status));
154 if (ownership_status == DeviceSettingsService::OWNERSHIP_NONE)
error_screen.h 104 DeviceSettingsService::OwnershipStatus ownership_status);
  /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 137 chromeos::DeviceSettingsService::OwnershipStatus ownership_status) {
139 ownership_status);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 287 OwnershipStatus ownership_status = OWNERSHIP_UNKNOWN; local
290 ownership_status = new_key->is_loaded() ? OWNERSHIP_TAKEN : OWNERSHIP_NONE;
340 iter->Run(ownership_status);
device_settings_service_unittest.cc 47 DeviceSettingsService::OwnershipStatus ownership_status) {
48 ownership_status_ = ownership_status;
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.h 201 DeviceSettingsService::OwnershipStatus ownership_status);
existing_user_controller.cc 351 DeviceSettingsService::OwnershipStatus ownership_status) {
355 ownership_status == DeviceSettingsService::OWNERSHIP_NONE) {
    [all...]

Completed in 86 milliseconds