Home
last modified time | relevance | path

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

/third_party/cef/tests/shared/common/
Dclient_switches.cc26 const char kTransparentPaintingEnabled[] = "transparent-painting-enabled"; variable
Dclient_switches.h20 extern const char kTransparentPaintingEnabled[];
/third_party/cef/tests/cefclient/browser/
Dmain_context_impl.cc76 command_line_->HasSwitch(switches::kTransparentPaintingEnabled); in MainContextImpl()