Searched refs:XI_TouchUpdate (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/host/
H A Dash_window_tree_host_x11_unittest.cc123 0, XI_TouchUpdate, 5, gfx::Point(1500, 1600), valuators);
197 0, XI_TouchUpdate, 5, gfx::Point(1500, 2550), valuators);
210 0, XI_TouchUpdate, 6, gfx::Point(1600, 2650), valuators);
/external/chromium_org/ui/events/x/
H A Devents_x.cc107 event->evtype == XI_TouchUpdate ||
226 case XI_TouchUpdate:
319 case XI_TouchUpdate:
387 case XI_TouchUpdate:
476 case XI_TouchUpdate:
H A Dtouch_factory_x11.cc172 event->evtype == XI_TouchUpdate ||
203 XISetMask(mask, XI_TouchUpdate);
H A Ddevice_data_manager.cc32 #define XI_TouchUpdate 19 macro
175 xi_device_event_types_[XI_TouchUpdate] = true;
326 xiev->evtype == XI_TouchUpdate) {
H A Devents_x_unittest.cc225 0, XI_TouchUpdate, 5, gfx::Point(20, 20), valuators);
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc95 XISetMask(mask, XI_TouchUpdate);
211 event->xgeneric.evtype == XI_TouchUpdate ||
/external/chromium_org/ash/touch/
H A Dtouch_uma.cc262 xievent->evtype == XI_TouchUpdate ||
/external/chromium_org/ui/base/x/
H A Dx11_util.cc380 DCHECK(event_type == XI_Motion || event_type == XI_TouchUpdate);

Completed in 1095 milliseconds