HomeSort by relevance Sort by last modified time
    Searched refs:GestureTapAt (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 291 generator.GestureTapAt(gfx::Point(25, 25));
292 generator.GestureTapAt(gfx::Point(25, 25));
297 generator.GestureTapAt(gfx::Point(5, 5));
298 generator.GestureTapAt(gfx::Point(10, 10));
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 479 generator.GestureTapAt(gfx::Point(10, 10));
490 generator.GestureTapAt(cursor_pos);
491 generator.GestureTapAt(cursor_pos);
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 140 generator.GestureTapAt(gfx::Point(bounds.x() + 10, bounds.y() + 10));
299 generator.GestureTapAt(gfx::Point(bounds.x() + 50, bounds.y() + 40));
  /external/chromium_org/ui/aura/test/
event_generator.h 208 void GestureTapAt(const gfx::Point& point);
event_generator.cc 227 void EventGenerator::GestureTapAt(const gfx::Point& location) {
  /external/chromium_org/ui/aura/
root_window_unittest.cc 821 generator.GestureTapAt(gfx::Point(40, 40));
846 generator_->GestureTapAt(tap_location_);
878 generator.GestureTapAt(w2->bounds().CenterPoint());
  /external/chromium_org/ui/views/corewm/
focus_controller_unittest.cc 660 generator.GestureTapAt(window->bounds().CenterPoint());
664 generator.GestureTapAt(window->bounds().CenterPoint());
670 generator.GestureTapAt(window->bounds().CenterPoint());
    [all...]
  /external/chromium_org/ash/wm/
custom_frame_view_ash_unittest.cc 173 generator.GestureTapAt(view->GetBoundsInScreen().CenterPoint());
176 generator.GestureTapAt(view->GetBoundsInScreen().CenterPoint());
    [all...]
window_manager_unittest.cc 826 generator.GestureTapAt(gfx::Point(25, 25));

Completed in 1353 milliseconds