Home
last modified time | relevance | path

Searched defs:touch_id (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ui/events/gestures/
Dmotion_event_aura.h64 int touch_id; member
Dgesture_recognizer_impl.cc87 int touch_id = event.details().oldest_touch_id(); in GetTargetForGestureEvent() local
/external/chromium_org/ash/touch/
Dtouch_hud_debug.cc228 int touch_id = touch.touch_id(); in StartTrace() local
235 int touch_id = touch.touch_id(); in AddToTrace() local
273 void TouchPointAdded(int touch_id) { in TouchPointAdded()
Dtouch_observer_hud_unittest.cc295 int touch_id) { in SendTouchEventToInternalHud()
/external/chromium_org/ui/events/test/
Devent_generator.cc47 int touch_id, in TestTouchEvent()
206 void EventGenerator::PressTouchId(int touch_id) { in PressTouchId()
217 void EventGenerator::MoveTouchId(const gfx::Point& point, int touch_id) { in MoveTouchId()
232 void EventGenerator::ReleaseTouchId(int touch_id) { in ReleaseTouchId()
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray_unittest.cc495 const int touch_id = 0; in TEST_F() local
528 const int touch_id = 0; in TEST_F() local
/external/chromium_org/ui/chromeos/
Dtouch_exploration_controller.cc93 const int touch_id = touch_event.touch_id(); in RewriteEvent() local
1066 const int touch_id = touch_event.touch_id(); in VlogEvent() local
Dtouch_exploration_controller_unittest.cc1396 for (int touch_id = 0; touch_id < 3; touch_id++){ in TEST_F() local
/external/chromium_org/ui/events/
Devent.cc526 int touch_id, in TouchEvent()
540 int touch_id, in TouchEvent()
Devent.h513 int touch_id() const { return touch_id_; } in touch_id() function
/external/chromium_org/ash/wm/
Dsystem_gesture_event_filter_unittest.cc170 int touch_id) { in CreateGesture()
/external/chromium_org/ui/aura/gestures/
Dgesture_recognizer_unittest.cc497 int touch_id, in SendScrollEvents()
519 int touch_id, in SendScrollEvent()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c1089 …ct PP_TouchPoint* _struct_result, PP_Resource resource, PP_TouchListType list, uint32_t touch_id) { in Pnacl_M13_PPB_TouchInputEvent_GetTouchById()