Home
last modified time | relevance | path

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

/third_party/cef/tests/shared/common/
Dclient_switches.cc30 const char kMouseCursorChangeDisabled[] = "mouse-cursor-change-disabled"; variable
Dclient_switches.h24 extern const char kMouseCursorChangeDisabled[];
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc272 command_line->HasSwitch(switches::kMouseCursorChangeDisabled); in ClientHandler()