HomeSort by relevance Sort by last modified time
    Searched refs:touch_events_disabled_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/touch/
touch_factory_x11.cc 29 touch_events_disabled_(false),
44 touch_events_disabled_ = cmdline->HasSwitch(switches::kTouchEvents) &&
158 return !touch_events_disabled_ && IsTouchDevice(xiev->deviceid);
169 return IsTouchDevice(xiev->deviceid) ? !touch_events_disabled_ : true;
282 return !touch_events_disabled_ && touch_device_available_;
296 touch_events_disabled_ = false;
touch_factory_x11.h 112 bool touch_events_disabled_; member in class:ui::TouchFactory

Completed in 175 milliseconds