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

  /external/chromium_org/content/common/input/
input_param_traits.cc 79 content::SyntheticGestureParams::GestureType gesture_type; local
80 if (!ReadParam(m, iter, &gesture_type))
83 switch (gesture_type) {
  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter.cc 381 EventType gesture_type) {
383 GetDispositionHandlingInfo(gesture_type);
393 last_gesture_of_type_dropped_.mark_bit(GetGestureTypeIndex(gesture_type));
396 last_gesture_of_type_dropped_.clear_bit(GetGestureTypeIndex(gesture_type));
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 275 void DispatchGesture(ui::EventType gesture_type, gfx::Point location) {
277 gesture_type,
282 ui::GestureEventDetails(gesture_type, 0, 0),
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 583 int gesture_type = ToGestureEventType(event.type); local
586 gesture_type,
    [all...]

Completed in 597 milliseconds