Searched refs:LastSentGestureLocation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dtouch_disposition_gesture_filter_unittest.cc188 const gfx::PointF& LastSentGestureLocation() const { function in class:ui::TouchDispositionGestureFilterTest
599 EXPECT_EQ(LastSentGestureLocation(), gfx::PointF(1, 1));
621 EXPECT_EQ(LastSentGestureLocation(), gfx::PointF(1, 1));
642 EXPECT_EQ(LastSentGestureLocation(), gfx::PointF(2, 3));
684 EXPECT_EQ(LastSentGestureLocation(), gfx::PointF(2, 3));
724 EXPECT_EQ(LastSentGestureLocation(), gfx::PointF(2, 2));
923 EXPECT_EQ(LastSentGestureLocation(), gfx::PointF(1, 1));
939 EXPECT_EQ(LastSentGestureLocation(), gfx::PointF(1, 1));
967 EXPECT_EQ(LastSentGestureLocation(), gfx::PointF(2, 2));
990 EXPECT_EQ(LastSentGestureLocation(), gf
[all...]

Completed in 123 milliseconds