Home
last modified time | relevance | path

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

/external/chromium_org/ui/events/x/
Dtouch_factory_x11.cc178 return !touch_events_disabled_ && IsTouchDevice(xiev->deviceid); in ShouldProcessXI2Event()
195 return IsTouchDevice(xiev->deviceid) ? !touch_events_disabled_ : true; in ShouldProcessXI2Event()
246 bool TouchFactory::IsTouchDevice(unsigned deviceid) const { in IsTouchDevice() function in ui::TouchFactory
Dtouch_factory_x11.h56 bool IsTouchDevice(unsigned int deviceid) const;
Devents_x.cc263 DCHECK(ui::TouchFactory::GetInstance()->IsTouchDevice(event->sourceid)); in GetTouchEventType()
415 if (factory->IsTouchDevice(xievent->sourceid)) in EventTypeFromNative()
503 TouchFactory::GetInstance()->IsTouchDevice(xievent->sourceid); in EventFlagsFromNative()