Searched refs:kAccountsPrefDeviceLocalAccounts (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | device_local_account.cc | 113 cros_settings->Set(chromeos::kAccountsPrefDeviceLocalAccounts, list); in SetDeviceLocalAccounts() 121 cros_settings->GetList(chromeos::kAccountsPrefDeviceLocalAccounts, &list); in GetDeviceLocalAccounts()
|
D | cloud_external_data_policy_observer.cc | 143 chromeos::kAccountsPrefDeviceLocalAccounts, in CloudExternalDataPolicyObserver()
|
D | device_local_account_policy_service.cc | 206 chromeos::kAccountsPrefDeviceLocalAccounts, in DeviceLocalAccountPolicyService()
|
/external/chromium_org/chromeos/settings/ |
D | cros_settings_names.cc | 19 const char kAccountsPrefDeviceLocalAccounts[] = variable
|
D | cros_settings_names.h | 19 CHROMEOS_EXPORT extern const char kAccountsPrefDeviceLocalAccounts[];
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
D | stub_cros_settings_provider.cc | 59 values_.SetValue(kAccountsPrefDeviceLocalAccounts, new base::ListValue); in SetDefaults()
|
D | device_settings_provider.cc | 50 kAccountsPrefDeviceLocalAccounts, 250 } else if (prop == kAccountsPrefDeviceLocalAccounts) { in SetInPolicy() 548 new_values_cache->SetValue(kAccountsPrefDeviceLocalAccounts, in DecodeLoginPolicies()
|
D | device_settings_provider_unittest.cc | 284 provider_->Get(kAccountsPrefDeviceLocalAccounts); in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | existing_user_controller_auto_login_unittest.cc | 86 CrosSettings::Get()->Set(kAccountsPrefDeviceLocalAccounts, accounts); in SetUp()
|
D | user_manager_impl.cc | 208 kAccountsPrefDeviceLocalAccounts, in UserManagerImpl()
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_app_manager.cc | 337 kAccountsPrefDeviceLocalAccounts, in KioskAppManager()
|
D | kiosk_app_manager_browsertest.cc | 280 CrosSettings::Get()->Set(kAccountsPrefDeviceLocalAccounts, in SetExistingApp()
|