Searched refs:DeviceLocalAccount (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account.h19 struct DeviceLocalAccount { struct in namespace:policy
29 DeviceLocalAccount(Type type,
32 ~DeviceLocalAccount();
58 DeviceLocalAccount::Type type);
63 DeviceLocalAccount::Type* type);
67 // information about one |DeviceLocalAccount|.
70 const std::vector<DeviceLocalAccount>& accounts);
73 std::vector<DeviceLocalAccount> GetDeviceLocalAccounts(
H A Ddevice_local_account.cc30 DeviceLocalAccount::DeviceLocalAccount(Type type, function in class:policy::DeviceLocalAccount
39 DeviceLocalAccount::~DeviceLocalAccount() {
43 DeviceLocalAccount::Type type) {
46 case DeviceLocalAccount::TYPE_PUBLIC_SESSION:
49 case DeviceLocalAccount::TYPE_KIOSK_APP:
52 case DeviceLocalAccount::TYPE_COUNT:
62 DeviceLocalAccount::Type* type) {
76 *type = DeviceLocalAccount
[all...]
H A Ddevice_local_account_extension_tracker.h14 struct DeviceLocalAccount;
22 const DeviceLocalAccount& account,
H A Ddevice_local_account_extension_tracker.cc21 const DeviceLocalAccount& account,
26 if (account.type == DeviceLocalAccount::TYPE_KIOSK_APP) {
30 } else if (account.type == DeviceLocalAccount::TYPE_PUBLIC_SESSION) {
H A Ddevice_local_account_policy_provider.cc45 DeviceLocalAccount::Type type;
52 if (type == DeviceLocalAccount::TYPE_PUBLIC_SESSION) {
H A Ddevice_local_account_policy_service.h44 struct DeviceLocalAccount;
59 const DeviceLocalAccount& account,
72 // documentation of DeviceLocalAccount.
H A Dcloud_external_data_policy_observer.cc253 std::vector<DeviceLocalAccount> device_local_account_list =
256 for (std::vector<DeviceLocalAccount>::const_iterator it =
H A Ddevice_local_account_policy_service.cc120 const DeviceLocalAccount& account,
432 const std::vector<DeviceLocalAccount> device_local_accounts =
434 for (std::vector<DeviceLocalAccount>::const_iterator it =
H A Ddevice_local_account_policy_service_unittest.cc130 DeviceLocalAccount::TYPE_PUBLIC_SESSION)),
133 DeviceLocalAccount::TYPE_PUBLIC_SESSION)),
790 DeviceLocalAccount::TYPE_PUBLIC_SESSION),
H A Ddevice_local_account_browsertest.cc393 kAccountId1, DeviceLocalAccount::TYPE_PUBLIC_SESSION)),
395 kAccountId2, DeviceLocalAccount::TYPE_PUBLIC_SESSION)),
H A Dcloud_external_data_policy_observer_unittest.cc170 DeviceLocalAccount::TYPE_PUBLIC_SESSION)),
H A Ddevice_policy_decoder_chromeos.cc208 DeviceLocalAccount::TYPE_PUBLIC_SESSION);
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_management_policy_provider.h22 policy::DeviceLocalAccount::Type account_type);
31 const policy::DeviceLocalAccount::Type account_type_;
H A Ddevice_local_account_management_policy_provider.cc82 policy::DeviceLocalAccount::Type account_type)
103 if (account_type_ == policy::DeviceLocalAccount::TYPE_PUBLIC_SESSION) {
120 } else if (account_type_ == policy::DeviceLocalAccount::TYPE_KIOSK_APP) {
H A Ddevice_local_account_management_policy_provider_unittest.cc76 provider(policy::DeviceLocalAccount::TYPE_PUBLIC_SESSION);
116 provider(policy::DeviceLocalAccount::TYPE_KIOSK_APP);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager.cc261 std::vector<policy::DeviceLocalAccount> device_local_accounts =
265 for (std::vector<policy::DeviceLocalAccount>::const_iterator
268 if (it->type == policy::DeviceLocalAccount::TYPE_KIOSK_APP &&
275 device_local_accounts.push_back(policy::DeviceLocalAccount(
276 policy::DeviceLocalAccount::TYPE_KIOSK_APP,
288 std::vector<policy::DeviceLocalAccount> device_local_accounts =
294 for (std::vector<policy::DeviceLocalAccount>::iterator
297 if (it->type == policy::DeviceLocalAccount::TYPE_KIOSK_APP &&
509 const std::vector<policy::DeviceLocalAccount> device_local_accounts =
511 for (std::vector<policy::DeviceLocalAccount>
[all...]
H A Dkiosk_app_manager_browsertest.cc270 policy::DeviceLocalAccount::TYPE_KIOSK_APP);
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dchrome_user_manager_impl.cc525 policy::DeviceLocalAccount::Type device_local_account_type;
529 policy::DeviceLocalAccount::TYPE_KIOSK_APP;
688 policy::DeviceLocalAccount::Type device_local_account_type;
690 DCHECK_EQ(policy::DeviceLocalAccount::TYPE_KIOSK_APP,
706 const std::vector<policy::DeviceLocalAccount> device_local_accounts =
708 const policy::DeviceLocalAccount* account = NULL;
709 for (std::vector<policy::DeviceLocalAccount>::const_iterator it =
853 const std::vector<policy::DeviceLocalAccount>& device_local_accounts) {
868 for (std::vector<policy::DeviceLocalAccount>::const_iterator it =
874 if (it->type == policy::DeviceLocalAccount
[all...]
H A Dchrome_user_manager_impl.h38 struct DeviceLocalAccount;
183 const std::vector<policy::DeviceLocalAccount>& device_local_accounts);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller_auto_login_unittest.cc47 policy::DeviceLocalAccount::TYPE_PUBLIC_SESSION)),
82 policy::DeviceLocalAccount::TYPE_PUBLIC_SESSION);
H A Dexisting_user_controller.cc1083 const std::vector<policy::DeviceLocalAccount> device_local_accounts =
1087 for (std::vector<policy::DeviceLocalAccount>::const_iterator
H A Dexisting_user_controller_browsertest.cc347 policy::DeviceLocalAccount::TYPE_PUBLIC_SESSION)) {
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl.cc377 policy::DeviceLocalAccount::Type account_type;
379 if (account_type == policy::DeviceLocalAccount::TYPE_PUBLIC_SESSION)
H A Dextension_system_impl.cc130 policy::DeviceLocalAccount::Type device_local_account_type;
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider_unittest.cc284 policy::DeviceLocalAccount::TYPE_PUBLIC_SESSION);

Completed in 336 milliseconds

12