Home
last modified time | relevance | path

Searched refs:synthetic_gesture_event (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/widget/input/
H A Dinput_handler_proxy.cc534 std::unique_ptr<WebGestureEvent> synthetic_gesture_event = in InjectScrollbarGestureScroll() local
542 synthetic_gesture_event->data.scroll_begin.scrollable_area_element_id = in InjectScrollbarGestureScroll()
583 : synthetic_gesture_event->TimeStamp(); in InjectScrollbarGestureScroll()
585 synthetic_gesture_event->GetTypeAsUiEventType(), scroll_update_type, in InjectScrollbarGestureScroll()
586 metrics_time_stamp, synthetic_gesture_event->GetScrollInputType()); in InjectScrollbarGestureScroll()
589 std::move(synthetic_gesture_event), scrollbar_latency_info), in InjectScrollbarGestureScroll()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/blink/
H A Dinput_handler_proxy.cc419 std::unique_ptr<WebGestureEvent> synthetic_gesture_event = in InjectScrollbarGestureScroll() local
427 synthetic_gesture_event->data.scroll_begin.scrollable_area_element_id = in InjectScrollbarGestureScroll()
431 synthetic_gesture_event.release()); in InjectScrollbarGestureScroll()