Home
last modified time | relevance | path

Searched refs:kDarkBackgroundColor (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_message_center/
H A Dmedia_notification_background_impl_unittest.cc32 constexpr SkColor kDarkBackgroundColor = SK_ColorBLACK; variable
43 return kDarkBackgroundColor; in GetSystemColor()
224 EXPECT_EQ(kDarkBackgroundColor, background()->GetBackgroundColor(owner)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/media_message_center/
H A Dmedia_notification_background_unittest.cc32 constexpr SkColor kDarkBackgroundColor = SK_ColorBLACK; variable
43 return kDarkBackgroundColor; in GetSystemColor()
222 EXPECT_EQ(kDarkBackgroundColor, background()->GetBackgroundColor(owner)); in TEST_F()