Home
last modified time | relevance | path

Searched refs:kSharedTextureEnabled (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/tests/shared/common/
Dclient_switches.cc28 const char kSharedTextureEnabled[] = "shared-texture-enabled"; variable
Dclient_switches.h22 extern const char kSharedTextureEnabled[];
/third_party/cef/tests/shared/browser/
Dclient_app_browser.cc51 !command_line->HasSwitch(switches::kSharedTextureEnabled)) { in OnBeforeCommandLineProcessing()
/third_party/cef/tests/cefclient/browser/
Dmain_context_impl.cc82 command_line_->HasSwitch(switches::kSharedTextureEnabled); in MainContextImpl()