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

  /external/chromium_org/chrome/browser/profiles/
avatar_menu.h 70 // Whether or not the current profile is a supervised user
72 bool supervised; member in struct:AvatarMenu::Item
130 // Returns information about a supervised user which will be displayed in the
131 // avatar menu. If the profile does not belong to a supervised user, an empty
135 // Returns the icon for the supervised user which will be displayed in the
167 // Observes changes to a supervised user's custodian info.
profile_metrics.h 26 size_t supervised; member in struct:ProfileMetrics::ProfileCounts
31 : total(0), signedin(0), supervised(0), unused(0), gaia_icon(0) {}
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 566 em::SupervisedUsersSettingsProto* supervised = local
570 supervised->set_supervised_users_enabled(supervised_value);
    [all...]

Completed in 126 milliseconds