Home
last modified time | relevance | path

Searched defs:kBackgroundColor (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dviews_overlay_controls.cc22 constexpr auto kBackgroundColor = CefColorSetARGB(255 * .80, 255, 255, 255); variable
/third_party/cef/tests/shared/common/
Dclient_switches.cc34 const char kBackgroundColor[] = "background-color"; variable
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCullingTests.cpp89 const RGBA8 kBackgroundColor = RGBA8::kBlue; in DoTest() local