Home | History | Annotate | Download | only in widget

Lines Matching refs:ET_GESTURE_BEGIN

1984 // ui::ET_GESTURE_BEGIN is never dispatched to a view and does not change the
1997 // ui::ET_GESTURE_BEGIN event should not set the gesture handler and
2006 GestureEventForTest begin(ui::ET_GESTURE_BEGIN, 15, 15);
2015 // If no gesture handler is set, dispatching only a ui::ET_GESTURE_BEGIN
2018 begin = GestureEventForTest(ui::ET_GESTURE_BEGIN, 15, 15);
2023 // If no gesture handler is set, dispatching only a ui::ET_GESTURE_BEGIN
2044 // remain unchanged on a ui::ET_GESTURE_BEGIN or a ui::ET_GESTURE_END
2052 begin = GestureEventForTest(ui::ET_GESTURE_BEGIN, 15, 15);
2068 // it should remain unchanged on a ui::ET_GESTURE_BEGIN or a
2082 begin = GestureEventForTest(ui::ET_GESTURE_BEGIN, 15, 15);