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

  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account.cc 30 DeviceLocalAccount::DeviceLocalAccount(Type type,
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::TYPE_PUBLIC_SESSION
    [all...]
device_local_account.h 19 struct DeviceLocalAccount {
29 DeviceLocalAccount(Type type,
32 ~DeviceLocalAccount();
57 DeviceLocalAccount::Type type);
62 DeviceLocalAccount::Type* type);
66 // information about one |DeviceLocalAccount|.
69 const std::vector<DeviceLocalAccount>& accounts);
72 std::vector<DeviceLocalAccount> GetDeviceLocalAccounts(

Completed in 47 milliseconds