Home | History | Annotate | Download | only in x

Lines Matching defs:TouchFactory

28 TouchFactory::TouchFactory()
47 TouchFactory::~TouchFactory() {
51 TouchFactory* TouchFactory::GetInstance() {
52 return Singleton<TouchFactory>::get();
56 void TouchFactory::SetTouchDeviceListFromCommandLine() {
76 ui::TouchFactory::GetInstance()->SetTouchDeviceList(device_ids);
80 void TouchFactory::UpdateDeviceList(Display* display) {
165 bool TouchFactory::ShouldProcessXI2Event(XEvent* xev) {
188 void TouchFactory::SetupXI2ForXWindow(Window window) {
218 void TouchFactory::SetTouchDeviceList(
230 bool TouchFactory::IsTouchDevice(unsigned deviceid) const {
235 bool TouchFactory::IsMultiTouchDevice(unsigned int deviceid) const {
242 bool TouchFactory::QuerySlotForTrackingID(uint32 tracking_id, int* slot) {
249 int TouchFactory::GetSlotForTrackingID(uint32 tracking_id) {
253 void TouchFactory::ReleaseSlotForTrackingID(uint32 tracking_id) {
257 bool TouchFactory::IsTouchDevicePresent() {
261 int TouchFactory::GetMaxTouchPoints() const {
265 void TouchFactory::SetTouchDeviceForTest(
279 void TouchFactory::SetPointerDeviceForTest(
288 void TouchFactory::CacheTouchscreenIds(Display* display, int device_id) {