Home
last modified time | relevance | path

Searched refs:WebCoalescedInputEvent (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/input/
H A Dweb_coalesced_input_event.cc20 void WebCoalescedInputEvent::AddCoalescedEvent( in AddCoalescedEvent()
43 void WebCoalescedInputEvent::AddPredictedEvent( in AddPredictedEvent()
62 WebCoalescedInputEvent::WebCoalescedInputEvent(const WebInputEvent& event, in WebCoalescedInputEvent() function in blink::WebCoalescedInputEvent
66 WebCoalescedInputEvent::WebCoalescedInputEvent( in WebCoalescedInputEvent() function in blink::WebCoalescedInputEvent
74 WebCoalescedInputEvent::WebCoalescedInputEvent( in WebCoalescedInputEvent() function in blink::WebCoalescedInputEvent
84 WebCoalescedInputEvent::WebCoalescedInputEvent( in WebCoalescedInputEvent() function in blink::WebCoalescedInputEvent
85 const WebCoalescedInputEvent& event) { in WebCoalescedInputEvent()
94 WebCoalescedInputEvent::~WebCoalescedInputEvent() = default;
96 bool WebCoalescedInputEvent::CanCoalesceWith( in CanCoalesceWith()
97 const WebCoalescedInputEvent& other) const { in CanCoalesceWith()
[all …]
H A Dweb_coalesced_input_event_mojom_traits.cc85 std::unique_ptr<blink::WebCoalescedInputEvent>>::
87 std::unique_ptr<blink::WebCoalescedInputEvent>* out) { in Read()
360 new blink::WebCoalescedInputEvent(std::move(input_event), latency_info)); in Read()
367 std::unique_ptr<blink::WebCoalescedInputEvent>>::
368 key_data(const std::unique_ptr<blink::WebCoalescedInputEvent>& event) { in key_data()
383 std::unique_ptr<blink::WebCoalescedInputEvent>>::
384 pointer_data(const std::unique_ptr<blink::WebCoalescedInputEvent>& event) { in pointer_data()
415 std::unique_ptr<blink::WebCoalescedInputEvent>>::
416 gesture_data(const std::unique_ptr<blink::WebCoalescedInputEvent>& event) { in gesture_data()
522 std::unique_ptr<blink::WebCoalescedInputEvent>>::
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/exported/
H A Dweb_coalesced_input_event.cc15 WebInputEvent* WebCoalescedInputEvent::EventPointer() { in EventPointer()
19 void WebCoalescedInputEvent::AddCoalescedEvent( in AddCoalescedEvent()
45 void WebCoalescedInputEvent::AddPredictedEvent( in AddPredictedEvent()
67 WebCoalescedInputEvent::WebCoalescedInputEvent(const WebInputEvent& event) { in WebCoalescedInputEvent() function in blink::WebCoalescedInputEvent
72 WebCoalescedInputEvent::WebCoalescedInputEvent( in WebCoalescedInputEvent() function in blink::WebCoalescedInputEvent
83 WebCoalescedInputEvent::WebCoalescedInputEvent( in WebCoalescedInputEvent() function in blink::WebCoalescedInputEvent
94 WebCoalescedInputEvent::WebCoalescedInputEvent( in WebCoalescedInputEvent() function in blink::WebCoalescedInputEvent
95 const WebCoalescedInputEvent& event) in WebCoalescedInputEvent()
96 : WebCoalescedInputEvent(event.Event(), in WebCoalescedInputEvent()
100 WebCoalescedInputEvent::WebScopedInputEvent
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/common/input/
H A Dweb_coalesced_input_event_mojom_traits.h17 std::unique_ptr<blink::WebCoalescedInputEvent>> {
19 const std::unique_ptr<blink::WebCoalescedInputEvent>& event) {
24 const std::unique_ptr<blink::WebCoalescedInputEvent>& event) {
29 const std::unique_ptr<blink::WebCoalescedInputEvent>& event) {
34 const std::unique_ptr<blink::WebCoalescedInputEvent>& event) {
39 const std::unique_ptr<blink::WebCoalescedInputEvent>& event);
41 const std::unique_ptr<blink::WebCoalescedInputEvent>& event);
43 const std::unique_ptr<blink::WebCoalescedInputEvent>& event);
45 const std::unique_ptr<blink::WebCoalescedInputEvent>& event);
48 std::unique_ptr<blink::WebCoalescedInputEvent>* out);
H A Dweb_coalesced_input_event.h21 class BLINK_COMMON_EXPORT WebCoalescedInputEvent {
23 WebCoalescedInputEvent(const WebInputEvent&, const ui::LatencyInfo&);
24 WebCoalescedInputEvent(std::unique_ptr<WebInputEvent>,
26 WebCoalescedInputEvent(std::unique_ptr<WebInputEvent>,
31 WebCoalescedInputEvent(const WebCoalescedInputEvent&);
32 ~WebCoalescedInputEvent();
51 bool CanCoalesceWith(const WebCoalescedInputEvent& other) const
56 void CoalesceWith(const WebCoalescedInputEvent& newer_event);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dweb_coalesced_input_event.h20 class BLINK_PLATFORM_EXPORT WebCoalescedInputEvent {
22 explicit WebCoalescedInputEvent(const WebInputEvent&);
23 WebCoalescedInputEvent(const WebInputEvent&,
26 WebCoalescedInputEvent(const WebPointerEvent&,
30 WebCoalescedInputEvent(const WebCoalescedInputEvent&);
54 using WebScopedCoalescedInputEvent = std::unique_ptr<WebCoalescedInputEvent>;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/input/
H A Dpointer_event_manager_test.cc163 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
168 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
180 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
188 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
218 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
328 WebCoalescedInputEvent(pointer_event)); in TEST_F()
334 WebCoalescedInputEvent(pointer_event)); in TEST_F()
340 WebCoalescedInputEvent(pointer_event)); in TEST_F()
346 WebCoalescedInputEvent(pointer_event)); in TEST_F()
368 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/input/
H A Dpointer_event_manager_test.cc194 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
199 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
211 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
219 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
249 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
256 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
263 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
270 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
291 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
443 WebView().MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent( in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/widget/input/
H A Devent_with_callback.h29 std::unique_ptr<WebCoalescedInputEvent> event,
34 std::unique_ptr<WebCoalescedInputEvent> event_;
40 EventWithCallback(std::unique_ptr<WebCoalescedInputEvent> event,
44 EventWithCallback(std::unique_ptr<WebCoalescedInputEvent> event,
92 std::unique_ptr<WebCoalescedInputEvent> event_;
H A Dwidget_input_handler_manager.h83 bool HandleInputEvent(const WebCoalescedInputEvent& event,
91 std::unique_ptr<WebCoalescedInputEvent> event,
113 std::unique_ptr<blink::WebCoalescedInputEvent> event,
188 std::unique_ptr<WebCoalescedInputEvent> event,
195 std::unique_ptr<WebCoalescedInputEvent> event,
210 std::unique_ptr<WebCoalescedInputEvent> event,
243 std::unique_ptr<WebCoalescedInputEvent>);
H A Devent_with_callback.cc15 std::unique_ptr<WebCoalescedInputEvent> event, in EventWithCallback()
19 : event_(std::make_unique<WebCoalescedInputEvent>(*event)), in EventWithCallback()
27 std::unique_ptr<WebCoalescedInputEvent> event, in EventWithCallback()
139 std::unique_ptr<WebCoalescedInputEvent> event, in OriginalEventWithCallback()
H A Dmain_thread_event_queue.h45 virtual bool HandleInputEvent(const WebCoalescedInputEvent& event,
102 void HandleEvent(std::unique_ptr<WebCoalescedInputEvent> event,
142 bool HandleEventOnMainThread(const WebCoalescedInputEvent& event,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/events/
H A Dtouch_event.h50 static TouchEvent* Create(const WebCoalescedInputEvent& event, in Create()
68 TouchEvent(const WebCoalescedInputEvent&,
95 const WebCoalescedInputEvent* NativeEvent() const { in NativeEvent()
114 std::unique_ptr<WebCoalescedInputEvent> native_event_;
H A Dtouch_event.cc53 const WebTouchEvent* GetWebTouchEvent(const WebCoalescedInputEvent& event) { in GetWebTouchEvent()
60 TouchEvent::TouchEvent(const WebCoalescedInputEvent& event, in TouchEvent()
86 native_event_.reset(new WebCoalescedInputEvent(event)); in TouchEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/events/
H A Dtouch_event.h50 static TouchEvent* Create(const WebCoalescedInputEvent& event, in Create()
68 TouchEvent(const WebCoalescedInputEvent&,
95 const WebCoalescedInputEvent* NativeEvent() const { in NativeEvent()
114 std::unique_ptr<WebCoalescedInputEvent> native_event_;
H A Dtouch_event.cc53 const WebTouchEvent* GetWebTouchEvent(const WebCoalescedInputEvent& event) { in GetWebTouchEvent()
60 TouchEvent::TouchEvent(const WebCoalescedInputEvent& event, in TouchEvent()
86 native_event_.reset(new WebCoalescedInputEvent(event)); in TouchEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/input/
H A Dscoped_web_input_event_with_latency_info.cc14 : event_(new blink::WebCoalescedInputEvent(*(event.get()))), in ScopedWebInputEventWithLatencyInfo()
55 const blink::WebCoalescedInputEvent&
60 blink::WebCoalescedInputEvent&
H A Dscoped_web_input_event_with_latency_info.h32 const blink::WebCoalescedInputEvent& coalesced_event() const;
34 blink::WebCoalescedInputEvent& coalesced_event();
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_widget_host_view_mac.h342 std::unique_ptr<blink::WebCoalescedInputEvent> event,
347 std::unique_ptr<blink::WebCoalescedInputEvent> event) override;
349 std::unique_ptr<blink::WebCoalescedInputEvent> event) override;
351 std::unique_ptr<blink::WebCoalescedInputEvent> event) override;
353 std::unique_ptr<blink::WebCoalescedInputEvent> event) override;
355 std::unique_ptr<blink::WebCoalescedInputEvent> event) override;
356 void GestureBegin(std::unique_ptr<blink::WebCoalescedInputEvent> event,
359 std::unique_ptr<blink::WebCoalescedInputEvent> event) override;
361 std::unique_ptr<blink::WebCoalescedInputEvent> event) override;
363 std::unique_ptr<blink::WebCoalescedInputEvent> event) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/
H A Dmock_widget_input_handler.h143 DispatchedEventMessage(std::unique_ptr<blink::WebCoalescedInputEvent> event,
165 const blink::WebCoalescedInputEvent* Event() const;
168 std::unique_ptr<blink::WebCoalescedInputEvent> event_;
217 void DispatchEvent(std::unique_ptr<blink::WebCoalescedInputEvent> event,
220 std::unique_ptr<blink::WebCoalescedInputEvent> event) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/web/
H A Dweb_external_widget_client.h12 class WebCoalescedInputEvent; variable
22 const WebCoalescedInputEvent&) = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dlink_selection_test.cc68 WebCoalescedInputEvent(down_event)); in EmulateMouseDrag()
81 WebCoalescedInputEvent(move_event)); in EmulateMouseDrag()
89 WebCoalescedInputEvent(up_event)); in EmulateMouseDrag()
100 web_view_->MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent(event)); in EmulateMouseClick()
102 web_view_->MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent(event)); in EmulateMouseClick()
112 web_view_->MainFrameWidget()->HandleInputEvent(WebCoalescedInputEvent(event)); in EmulateMouseDown()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dlink_selection_test.cc68 WebCoalescedInputEvent(down_event, ui::LatencyInfo())); in EmulateMouseDrag()
81 WebCoalescedInputEvent(move_event, ui::LatencyInfo())); in EmulateMouseDrag()
89 WebCoalescedInputEvent(up_event, ui::LatencyInfo())); in EmulateMouseDrag()
101 WebCoalescedInputEvent(event, ui::LatencyInfo())); in EmulateMouseClick()
104 WebCoalescedInputEvent(event, ui::LatencyInfo())); in EmulateMouseClick()
115 WebCoalescedInputEvent(event, ui::LatencyInfo())); in EmulateMouseDown()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/web/
H A Dweb_widget.h74 class WebCoalescedInputEvent; variable
135 virtual WebInputEventResult HandleInputEvent(const WebCoalescedInputEvent&) { in HandleInputEvent() argument
179 const WebCoalescedInputEvent&,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/input/
H A Dinput_handler_proxy_client.h15 class WebCoalescedInputEvent; variable
29 std::unique_ptr<WebCoalescedInputEvent> event,

1234567