Searched refs:IsTouchDevice (Results 1 – 3 of 3) sorted by relevance
178 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
56 bool IsTouchDevice(unsigned int deviceid) const;
263 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()