Searched defs:gesture_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/common/input/
H A Dinput_param_traits.cc79 content::SyntheticGestureParams::GestureType gesture_type; local
80 if (!ReadParam(m, iter, &gesture_type))
83 switch (gesture_type) {
/external/chromium_org/ui/events/gesture_detection/
H A Dtouch_disposition_gesture_filter.cc408 EventType gesture_type) {
410 GetDispositionHandlingInfo(gesture_type);
420 last_gesture_of_type_dropped_.mark_bit(GetGestureTypeIndex(gesture_type));
423 last_gesture_of_type_dropped_.clear_bit(GetGestureTypeIndex(gesture_type));
407 Filter( EventType gesture_type) argument
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller_unittest.cc275 void DispatchGesture(ui::EventType gesture_type, gfx::Point location) { argument
276 ui::GestureEventDetails event_details(gesture_type);
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc556 int gesture_type = ToGestureEventType(event.type); local
559 gesture_type,

Completed in 183 milliseconds