Home | History | Annotate | Download | only in tests

Lines Matching refs:GestureTap

137         if (event.type == WebInputEvent::GestureTap) {
936 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, clickListener));
940 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, touchstartListener));
944 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, mousedownListener));
950 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, noListener));
956 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, noListener));
961 event.type = WebInputEvent::GestureTap;
974 event.type = WebInputEvent::GestureTap;