Home
last modified time | relevance | path

Searched refs:touch_devices (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/events/x/
Dtouch_factory_x11.cc59 std::string touch_devices = in SetTouchDeviceListFromCommandLine() local
63 if (!touch_devices.empty()) { in SetTouchDeviceListFromCommandLine()
67 base::SplitString(touch_devices, ',', &devs); in SetTouchDeviceListFromCommandLine()
/external/chromium/chrome/browser/ui/
Dbrowser_init.cc1399 std::string touch_devices = in ProcessCmdLineImpl() local
1402 if (!touch_devices.empty()) { in ProcessCmdLineImpl()
1406 base::SplitString(touch_devices, ',', &devs); in ProcessCmdLineImpl()