root_window_host_x11_unittest.cc | 91 gfx::Point last_touch_location() { function in class:__anon14709::TestRootWindowHostDelegate 142 EXPECT_EQ(gfx::Point(0, 0), delegate->last_touch_location()); 151 EXPECT_EQ(gfx::Point(1500, 1500), delegate->last_touch_location()); 158 EXPECT_EQ(gfx::Point(1500, 1600), delegate->last_touch_location()); 165 EXPECT_EQ(gfx::Point(1500, 1600), delegate->last_touch_location()); 216 EXPECT_EQ(gfx::Point(0, 0), delegate1->last_touch_location()); 220 delegate2->last_touch_location()); 228 EXPECT_EQ(gfx::Point(0, 0), delegate1->last_touch_location()); 232 delegate2->last_touch_location()); 240 EXPECT_EQ(gfx::Point(0, 0), delegate1->last_touch_location()); [all...] |