Home
last modified time | relevance | path

Searched refs:ALERT_WITH_ICON (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dsystem_label_button.cc53 if (display_type == DisplayType::ALERT_WITH_ICON) { in SystemLabelButton()
62 bool is_alert = display_type == DisplayType::ALERT_WITH_ICON || in SystemLabelButton()
89 DCHECK(display_type_ != DisplayType::ALERT_WITH_ICON); in SetDisplayType()
90 DCHECK(display_type != DisplayType::ALERT_WITH_ICON); in SetDisplayType()
H A Dsystem_label_button.h16 enum class DisplayType { DEFAULT, ALERT_NO_ICON, ALERT_WITH_ICON }; enumerator
H A Dlogin_auth_user_view.cc1079 button_message, SystemLabelButton::DisplayType::ALERT_WITH_ICON, in LoginAuthUserView()