Searched refs:supervised (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_list_desktop.cc54 item->supervised = profile_info_->ProfileIsSupervisedAtIndex(i);
58 item->supervised ? IDS_MANAGED_USER_AVATAR_LABEL :
66 // One omitted item is expected when a supervised-user profile is in the
H A Dprofile_metrics.cc28 size_t supervised; member in struct:__anon4476::ProfileCounts
33 : total(0), signedin(0), supervised(0), unused(0), gaia_icon(0) {}
76 counts->supervised++;
169 counts.supervised);
171 100 * counts.supervised / counts.total);
H A Davatar_menu.h60 // Whether or not the current profile is a supervised user
62 bool supervised; member in struct:AvatarMenu::Item
120 // Returns information about a supervised user which will be displayed in the
121 // avatar menu. If the profile does not belong to a supervised user, an empty
125 // Returns the icon for the supervised user which will be displayed in the
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager.css92 .pod .supervised-indicator {
105 html[dir=rtl] .pod .supervised-indicator {
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos.cc64 item->supervised = false;
/external/chromium_org/chrome/browser/resources/options/
H A Dmanage_profile_overlay.css159 #supervised-user-import {
H A Dbrowser_options.css18 #profiles-supervised-dashboard-tip {
103 #profiles-list .profile-supervised {
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc222 em::SupervisedUsersSettingsProto* supervised = local
226 supervised->set_supervised_users_enabled(supervised_value);
/external/chromium_org/chrome/browser/resources/login/
H A Duser_pod_row.css291 .user-type-icon-area.supervised .user-type-icon-image {

Completed in 209 milliseconds