Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/message_center/
H A Dstacked_notification_bar.cc131 gfx::Image masked_small_icon = notification->GenerateMaskedSmallIcon( in OnThemeChanged() local
134 if (masked_small_icon.IsEmpty()) { in OnThemeChanged()
139 SetImage(masked_small_icon.AsImageSkia()); in OnThemeChanged()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/message_center/views/
H A Dnotification_view_md.cc1080 gfx::Image masked_small_icon = notification.GenerateMaskedSmallIcon( in CreateOrUpdateSmallIconView() local
1085 if (masked_small_icon.IsEmpty()) { in CreateOrUpdateSmallIconView()
1088 header_row_->SetAppIcon(masked_small_icon.AsImageSkia()); in CreateOrUpdateSmallIconView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/message_center/views/
H A Dnotification_view_md.cc1027 gfx::Image masked_small_icon = in CreateOrUpdateSmallIconView() local
1030 if (masked_small_icon.IsEmpty()) { in CreateOrUpdateSmallIconView()
1033 header_row_->SetAppIcon(masked_small_icon.AsImageSkia()); in CreateOrUpdateSmallIconView()