HomeSort by relevance Sort by last modified time
    Searched refs:touch_device_list_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/touch/
touch_factory_x11.cc 30 touch_device_list_(),
88 touch_device_list_.clear();
104 touch_device_list_[dev_list[i].id] = false;
138 touch_device_list_[devinfo->deviceid] = true;
205 touch_device_list_.clear();
210 touch_device_list_[*iter] = false;
222 touch_device_list_.find(deviceid)->second :
288 touch_device_list_.clear();
293 touch_device_list_[*iter] = true;
touch_factory_x11.h 56 // Is the device a real multi-touch-device? (see doc. for |touch_device_list_|
119 std::map<int, bool> touch_device_list_; member in class:ui::TouchFactory

Completed in 71 milliseconds