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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.h 32 bool show_users; member in struct:chromeos::GaiaContext
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc 211 bool show_users; local
212 cros_settings_->GetBoolean(kAccountsPrefShowUserNamesOnSignIn, &show_users);
216 login_display_->Init(filtered_users, show_guest, show_users, show_new_user);
    [all...]
wallpaper_manager.cc 771 bool show_users = true; local
773 kAccountsPrefShowUserNamesOnSignIn, &show_users);
777 if (!show_users || users.empty()) {
    [all...]
  /external/iproute2/misc/
ss.c 46 int show_users = 0; variable
1274 if (show_users) {
1465 if (show_users) {
    [all...]

Completed in 44 milliseconds