Home
last modified time | relevance | path

Searched refs:touch_device_id_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/display/
Ddisplay_info.h106 void set_touch_device_id(int id) { touch_device_id_ = id; } in set_touch_device_id()
107 int touch_device_id() const { return touch_device_id_; } in touch_device_id()
209 int touch_device_id_; variable
Ddisplay_info.cc182 touch_device_id_(0), in DisplayInfo()
198 touch_device_id_(0), in DisplayInfo()
220 touch_device_id_ = native_info.touch_device_id_; in Copy()
315 touch_device_id_); in ToString()