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

/external/chromium_org/ui/events/x/
H A Dtouch_factory_x11.cc33 touch_device_list_(),
86 touch_device_list_.clear();
103 touch_device_list_[dev_list[i].id] = false;
139 touch_device_list_[devinfo->deviceid] = true;
237 touch_device_list_.clear();
242 touch_device_list_[*iter] = false;
254 touch_device_list_.find(deviceid)->second :
292 touch_device_list_.clear();
302 touch_device_list_.clear();
307 touch_device_list_[*ite
[all...]
H A Dtouch_factory_x11.h58 // Is the device a real multi-touch-device? (see doc. for |touch_device_list_|
135 std::map<int, bool> touch_device_list_; member in class:ui::TouchFactory

Completed in 68 milliseconds