Home
last modified time | relevance | path

Searched refs:kHideControls (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/tests/shared/common/
Dclient_switches.cc39 const char kHideControls[] = "hide-controls"; variable
Dclient_switches.h33 extern const char kHideControls[];
/third_party/cef/tests/cefclient/
Dcefclient_win.cc106 !command_line->HasSwitch(switches::kHideControls); in RunMain()
Dcefclient_gtk.cc142 !command_line->HasSwitch(switches::kHideControls); in RunMain()
Dcefclient_mac.mm414 initWithControls:!command_line->HasSwitch(switches::kHideControls)