IsTouchDevice     201 ui/events/x/events_x.cc   DCHECK(ui::TouchFactory::GetInstance()->IsTouchDevice(event->sourceid));
IsTouchDevice     279 ui/events/x/events_x.cc       if (factory->IsTouchDevice(xievent->sourceid))
IsTouchDevice     364 ui/events/x/events_x.cc               TouchFactory::GetInstance()->IsTouchDevice(xievent->sourceid);
IsTouchDevice     174 ui/events/x/touch_factory_x11.cc     return !touch_events_disabled_ && IsTouchDevice(xiev->deviceid);
IsTouchDevice     185 ui/events/x/touch_factory_x11.cc   return IsTouchDevice(xiev->deviceid) ? !touch_events_disabled_ : true;
IsTouchDevice      56 ui/events/x/touch_factory_x11.h   bool IsTouchDevice(unsigned int deviceid) const;