Searched refs:long_press (Results 1 – 4 of 4) sorted by relevance
205 ui::GestureEvent long_press(ui::ET_GESTURE_LONG_PRESS, in IN_PROC_BROWSER_TEST_F() local214 rwhva->OnGestureEvent(&long_press); in IN_PROC_BROWSER_TEST_F()266 ui::GestureEvent long_press(ui::ET_GESTURE_LONG_PRESS, in IN_PROC_BROWSER_TEST_F() local275 rwhva->OnGestureEvent(&long_press); in IN_PROC_BROWSER_TEST_F()
157 bool long_press() const { return long_press_; } in long_press() function in aura::test::__anon1840509e0111::GestureEventConsumeDelegate727 EXPECT_FALSE(delegate->long_press()); in TEST_P()786 EXPECT_FALSE(delegate->long_press()); in TEST_P()829 EXPECT_FALSE(delegate->long_press()); in TEST_P()871 EXPECT_FALSE(delegate->long_press()); in TEST_P()886 EXPECT_FALSE(delegate->long_press()); in TEST_P()927 EXPECT_FALSE(delegate->long_press()); in TEST_P()942 EXPECT_FALSE(delegate->long_press()); in TEST_P()957 EXPECT_FALSE(delegate->long_press()); in TEST_P()972 EXPECT_FALSE(delegate->long_press()); in TEST_P()[all …]
1898 GestureEventForTest long_press(ui::ET_GESTURE_LONG_PRESS, x, 0, 0.0f, 0.0f); in TEST_F() local1912 textfield_->OnGestureEvent(&long_press); in TEST_F()1920 textfield_->OnGestureEvent(&long_press); in TEST_F()1930 textfield_->OnGestureEvent(&long_press); in TEST_F()1933 EXPECT_TRUE(long_press.handled()); in TEST_F()1991 GestureEventForTest long_press(ui::ET_GESTURE_LONG_PRESS, kStringPoint.x(), in TEST_F() local1993 textfield_->OnGestureEvent(&long_press); in TEST_F()
1467 blink::WebGestureEvent long_press = WebGestureEventBuilder::Build( in LongPress() local1470 SendGestureEvent(long_press); in LongPress()