Home
last modified time | relevance | path

Searched refs:touch_start_event (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_widget_host_input_event_router_unittest.cc418 blink::WebTouchEvent touch_start_event( in TEST_F() local
421 touch_start_event.touches_length = 1; in TEST_F()
422 touch_start_event.touches[0].state = blink::WebTouchPoint::kStatePressed; in TEST_F()
423 touch_start_event.unique_touch_event_id = 1; in TEST_F()
425 rwhier()->RouteTouchEvent(view_root_.get(), &touch_start_event, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_widget_host_input_event_router_unittest.cc475 blink::WebTouchEvent touch_start_event( in TEST_F() local
479 touch_start_event.touches_length = 1; in TEST_F()
480 touch_start_event.touches[0].state = in TEST_F()
482 touch_start_event.unique_touch_event_id = 1; in TEST_F()
484 rwhier()->RouteTouchEvent(view_root_.get(), &touch_start_event, in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dsite_per_process_hit_test_browsertest.cc1291 blink::WebTouchEvent touch_start_event( in IN_PROC_BROWSER_TEST_F() local
1294 touch_start_event.touches_length = 1; in IN_PROC_BROWSER_TEST_F()
1296 touch_start_event.touches[0].SetPositionInWidget(touch_start_point); in IN_PROC_BROWSER_TEST_F()
1297 touch_start_event.unique_touch_event_id = 1; in IN_PROC_BROWSER_TEST_F()
1305 router->RouteTouchEvent(root_rwhv, &touch_start_event, in IN_PROC_BROWSER_TEST_F()
1549 blink::WebTouchEvent touch_start_event( in IN_PROC_BROWSER_TEST_F() local
1552 touch_start_event.touches_length = 1; in IN_PROC_BROWSER_TEST_F()
1553 touch_start_event.touches[0].state = blink::WebTouchPoint::kStatePressed; in IN_PROC_BROWSER_TEST_F()
1554 SetWebEventPositions(&touch_start_event.touches[0], touch_start_point, in IN_PROC_BROWSER_TEST_F()
1556 touch_start_event.unique_touch_event_id = 1; in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dsite_per_process_hit_test_browsertest.cc1277 blink::WebTouchEvent touch_start_event( in IN_PROC_BROWSER_TEST_F() local
1281 touch_start_event.touches_length = 1; in IN_PROC_BROWSER_TEST_F()
1282 touch_start_event.touches[0].state = in IN_PROC_BROWSER_TEST_F()
1284 touch_start_event.touches[0].SetPositionInWidget(touch_start_point); in IN_PROC_BROWSER_TEST_F()
1285 touch_start_event.unique_touch_event_id = 1; in IN_PROC_BROWSER_TEST_F()
1293 router->RouteTouchEvent(root_rwhv, &touch_start_event, in IN_PROC_BROWSER_TEST_F()
1545 blink::WebTouchEvent touch_start_event( in IN_PROC_BROWSER_TEST_F() local
1549 touch_start_event.touches_length = 1; in IN_PROC_BROWSER_TEST_F()
1550 touch_start_event.touches[0].state = in IN_PROC_BROWSER_TEST_F()
1554 touch_start_event.unique_touch_event_id = 1; in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/input/
H A Dinput_router_impl_unittest.cc831 DispatchedMessages touch_start_event = GetAndResetDispatchedMessages(); in TEST_P() local
832 ASSERT_EQ(1U, touch_start_event.size()); in TEST_P()
833 ASSERT_TRUE(touch_start_event[0]->ToEvent()); in TEST_P()
846 touch_start_event[0]->ToEvent()->CallCallback(INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dinput_router_impl_unittest.cc797 DispatchedMessages touch_start_event = GetAndResetDispatchedMessages(); in TEST_F() local
798 ASSERT_EQ(1U, touch_start_event.size()); in TEST_F()
799 ASSERT_TRUE(touch_start_event[0]->ToEvent()); in TEST_F()
812 touch_start_event[0]->ToEvent()->CallCallback( in TEST_F()