Searched refs:kTouchEvents (Results 1 – 10 of 10) sorted by relevance
17 command_line.HasSwitch(switches::kTouchEvents) ? in AreTouchEventsEnabled()18 command_line.GetSwitchValueASCII(switches::kTouchEvents) : in AreTouchEventsEnabled()
116 command_line.HasSwitch(switches::kTouchEvents) ? in RecordTouchEventState()117 command_line.GetSwitchValueASCII(switches::kTouchEvents) : in RecordTouchEventState()
13 const char kTouchEvents[] = "touch-events"; variable
14 EVENTS_BASE_EXPORT extern const char kTouchEvents[];
41 touch_events_disabled_ = cmdline->HasSwitch(switches::kTouchEvents) && in TouchFactory()42 cmdline->GetSwitchValueASCII(switches::kTouchEvents) == in TouchFactory()
144 command_line.AppendSwitchASCII(switches::kTouchEvents, in BasicStartupComplete()
176 cmd->AppendSwitchASCII(switches::kTouchEvents, in SetUpCommandLine()
131 ::switches::kTouchEvents, in DeriveCommandLine()
161 switches::kTouchEvents,164 switches::kTouchEvents,
1052 switches::kTouchEvents, in PropagateBrowserCommandLineToRenderer()