Home
last modified time | relevance | path

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

/third_party/cef/tests/shared/common/
Dclient_switches.cc46 const char kNoActivate[] = "no-activate"; variable
Dclient_switches.h40 extern const char kNoActivate[];
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc550 if (command_line->HasSwitch(switches::kNoActivate)) { in OnSetFocus()
Droot_window_win.cc342 const bool no_activate = command_line->HasSwitch(switches::kNoActivate); in CreateRootWindow()