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

/external/chromium_org/ui/events/x/
H A Dtouch_factory_x11.cc85 touch_device_lookup_.reset();
102 touch_device_lookup_[dev_list[i].id] = true;
138 touch_device_lookup_[devinfo->deviceid] = true;
236 touch_device_lookup_.reset();
240 DCHECK(*iter < touch_device_lookup_.size());
241 touch_device_lookup_[*iter] = true;
247 return deviceid < touch_device_lookup_.size() ?
248 touch_device_lookup_[deviceid] : false;
252 return (deviceid < touch_device_lookup_.size() &&
253 touch_device_lookup_[devicei
[all...]
H A Dtouch_factory_x11.h122 std::bitset<kMaxDeviceNum> touch_device_lookup_; member in class:ui::TouchFactory

Completed in 105 milliseconds