Searched defs:kBackgroundColor (Results 1 – 4 of 4) sorted by relevance
22 constexpr auto kBackgroundColor = CefColorSetARGB(255 * .80, 255, 255, 255); variable
34 const char kBackgroundColor[] = "background-color"; variable
89 const RGBA8 kBackgroundColor = RGBA8::kBlue; in DoTest() local
95 constexpr RGBA8 kBackgroundColor = RGBA8(0, 0, 255, 255); in DoTest() local