Searched defs:DeviceLocalAccount (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/chromeos/policy/
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.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(

Completed in 89 milliseconds