Home
last modified time | relevance | path

Searched refs:CoalesceWith (Results 1 – 24 of 24) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/input/
H A Devent_with_latency_info_unittest.cc77 mouse_0.CoalesceWith(mouse_1); in TEST_F()
87 mouse_wheel_0.CoalesceWith(mouse_wheel_1); in TEST_F()
99 touch_0.CoalesceWith(touch_1); in TEST_F()
111 scroll_0.CoalesceWith(scroll_1); in TEST_F()
129 mouse_0.CoalesceWith(mouse_1); in TEST_F()
165 return event->CoalesceWith(event_to_coalesce); in Coalesce()
H A Devent_with_latency_info.h47 void CoalesceWith(const EventWithLatencyInfo& other) { in CoalesceWith() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/input/
H A Devent_with_latency_info_unittest.cc77 mouse_0.CoalesceWith(mouse_1); in TEST_F()
87 mouse_wheel_0.CoalesceWith(mouse_wheel_1); in TEST_F()
99 touch_0.CoalesceWith(touch_1); in TEST_F()
111 scroll_0.CoalesceWith(scroll_1); in TEST_F()
129 mouse_0.CoalesceWith(mouse_1); in TEST_F()
165 return event->CoalesceWith(event_to_coalesce); in Coalesce()
H A Devent_with_latency_info.h47 void CoalesceWith(const EventWithLatencyInfo& other) { in CoalesceWith() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/widget/input/
H A Devent_with_callback.cc49 void EventWithCallback::CoalesceWith(EventWithCallback* other, in CoalesceWith() function in blink::EventWithCallback
51 event_->CoalesceWith(*other->event_); in CoalesceWith()
H A Dscroll_predictor_unittest.cc66 void CoalesceWith(const std::unique_ptr<WebInputEvent>& new_event, in CoalesceWith() function in blink::test::ScrollPredictorTest
222 CoalesceWith(CreateGestureScrollUpdate(0, -40), gesture_update); in TEST_F()
276 CoalesceWith(CreateGestureScrollUpdate(60, 0), gesture_update); in TEST_F()
H A Devent_with_callback.h51 void CoalesceWith(EventWithCallback* other, base::TimeTicks timestamp_now);
H A Dcompositor_thread_event_queue.cc70 queue_.back()->CoalesceWith(new_event.get(), timestamp_now); in Queue()
H A Dmain_thread_event_queue.cc139 event_->CoalesceWith(*other_event->event_); in FilterNewEvent()
/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.h37 void CoalesceWith(const ScopedWebInputEventWithLatencyInfo& other);
H A Dscoped_web_input_event_with_latency_info.cc24 void ScopedWebInputEventWithLatencyInfo::CoalesceWith( in CoalesceWith() function in content::ScopedWebInputEventWithLatencyInfo
H A Dmain_thread_event_queue.cc104 ScopedWebInputEventWithLatencyInfo::CoalesceWith(*other_event); in FilterNewEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/common/input/
H A Dweb_coalesced_input_event.h56 void CoalesceWith(const WebCoalescedInputEvent& newer_event);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/blink/
H A Dscroll_predictor_unittest.cc67 void CoalesceWith(const WebScopedInputEvent& new_event, in CoalesceWith() function in ui::test::ScrollPredictorTest
223 CoalesceWith(CreateGestureScrollUpdate(0, -40), gesture_update); in TEST_F()
280 CoalesceWith(CreateGestureScrollUpdate(60, 0), gesture_update); in TEST_F()
H A Devent_with_callback.h45 void CoalesceWith(EventWithCallback* other, base::TimeTicks timestamp_now);
H A Dcompositor_thread_event_queue.cc37 queue_.back()->CoalesceWith(new_event.get(), timestamp_now); in Queue()
H A Devent_with_callback.cc55 void EventWithCallback::CoalesceWith(EventWithCallback* other, in CoalesceWith() function in ui::EventWithCallback
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/test/trace_processor/chrome/
H A Dscroll_jank_cause_queuing_delay.out15 …kingTasksUs.WidgetInputHandlerImpl::DispatchEvent-LatencyInfo.Flow-EventWithCallback::CoalesceWith"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/input/
H A Dweb_coalesced_input_event.cc101 void WebCoalescedInputEvent::CoalesceWith( in CoalesceWith() function in blink::WebCoalescedInputEvent
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/X86/
H A DRegister.Mod279 PROCEDURE CoalesceWith(coalesced, base: S.Result): BOOLEAN;
291 END CoalesceWith;
303 success := CoalesceWith(res, rf.prelocatedRep[res.register]);
315 success := CoalesceWith(inOutOpnd.arg, res);
317 success := CoalesceWith(res, rf.resultList.array[-inOutOpnd.arg.marker-1]);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/input/
H A Dtouchpad_pinch_event_queue.cc111 last_event->CoalesceWith(event); in QueueEvent()
H A Dmouse_wheel_event_queue.cc43 last_event->CoalesceWith(event); in QueueEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dtouchpad_pinch_event_queue.cc115 last_event->CoalesceWith(event); in QueueEvent()
H A Dmouse_wheel_event_queue.cc42 last_event->CoalesceWith(event); in QueueEvent()