/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_view_views_browsertest.cc | 189 const gfx::Point tap_location = omnibox_bounds.CenterPoint(); local 190 ASSERT_NO_FATAL_FAILURE(Tap(tap_location, tap_location)); 200 ASSERT_NO_FATAL_FAILURE(Tap(tap_location, tap_location)); 216 ASSERT_NO_FATAL_FAILURE(Tap(tap_location, tap2_location));
|
/external/chromium_org/ui/chromeos/ |
touch_exploration_controller_unittest.cc | 308 void EnterTouchExplorationModeAtLocation(gfx::Point tap_location) { 309 ui::TouchEvent touch_press(ui::ET_TOUCH_PRESSED, tap_location, 0, Now()); 712 gfx::Point tap_location(51, 52); 713 generator_->set_current_location(tap_location); 722 EXPECT_EQ(tap_location, events[0]->location()); 740 EXPECT_EQ(tap_location, captured_events[0]->location()); 742 EXPECT_EQ(tap_location, captured_events[1]->location()); 753 gfx::Point tap_location(11, 12); 754 generator_->set_current_location(tap_location); 763 EXPECT_EQ(tap_location, events[0]->location()) [all...] |
/external/chromium_org/ui/aura/gestures/ |
gesture_recognizer_unittest.cc | 171 const gfx::Point& tap_location() const { function in class:aura::test::__anon21196::GestureEventConsumeDelegate 744 gfx::Point actual_point(delegate->tap_location()); 785 gfx::Point actual_point(delegate->tap_location()); 842 gfx::Point actual_point(delegate->tap_location()); 928 gfx::Point actual_point(delegate->tap_location()); [all...] |
/external/chromium_org/ui/aura/ |
window_event_dispatcher_unittest.cc | [all...] |