Searched refs:touch_events_disabled_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/x/
H A Dtouch_factory_x11.cc32 touch_events_disabled_(false),
44 touch_events_disabled_ = cmdline->HasSwitch(switches::kTouchEvents) &&
178 return !touch_events_disabled_ && IsTouchDevice(xiev->deviceid);
195 return IsTouchDevice(xiev->deviceid) ? !touch_events_disabled_ : true;
280 return !touch_events_disabled_ && touch_device_available_;
291 touch_events_disabled_ = false;
310 touch_events_disabled_ = false;
H A Dtouch_factory_x11.h128 bool touch_events_disabled_; member in class:ui::TouchFactory

Completed in 110 milliseconds