HomeSort by relevance Sort by last modified time
    Searched full:tap_point (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 745 gfx::Point tap_point; local
746 EXPECT_FALSE(window->GetBoundsInRootWindow().Contains(tap_point));
748 EXPECT_FALSE(parent_window->GetBoundsInRootWindow().Contains(tap_point));
751 ui::test::EventGenerator generator(window->GetRootWindow(), tap_point);
752 generator.GestureTapAt(tap_point);
    [all...]

Completed in 2451 milliseconds