Home
last modified time | relevance | path

Searched refs:long_press (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/web_contents/
Dtouch_editable_impl_aura_browsertest.cc205 ui::GestureEvent long_press(ui::ET_GESTURE_LONG_PRESS, in IN_PROC_BROWSER_TEST_F() local
214 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() local
275 rwhva->OnGestureEvent(&long_press); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ui/aura/gestures/
Dgesture_recognizer_unittest.cc157 bool long_press() const { return long_press_; } in long_press() function in aura::test::__anon1840509e0111::GestureEventConsumeDelegate
727 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 …]
/external/chromium_org/ui/views/controls/textfield/
Dtextfield_unittest.cc1898 GestureEventForTest long_press(ui::ET_GESTURE_LONG_PRESS, x, 0, 0.0f, 0.0f); in TEST_F() local
1912 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() local
1993 textfield_->OnGestureEvent(&long_press); in TEST_F()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_android.cc1467 blink::WebGestureEvent long_press = WebGestureEventBuilder::Build( in LongPress() local
1470 SendGestureEvent(long_press); in LongPress()