Searched defs:MoveMouse (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller_unittest.cc201 MoveMouse(0, is_mouse_hovered ? 10 : top_container_->height() + 100);
206 void MoveMouse(int x, int y) { function in class:ash::ImmersiveFullscreenControllerTest
228 MoveMouse(event_position.x(), event_position.y());
367 // MoveMouse() because MoveMouse() stops the timer if it started running.
469 MoveMouse(popup_bounds_in_screen.x(),
475 MoveMouse(top_container_bounds_in_screen.right() - 1,
481 MoveMouse(top_container_bounds_in_screen.right() - 1,
486 MoveMouse(top_container_bounds_in_screen.right() - 1,
494 MoveMouse(top_container_bounds_in_scree
[all...]
/external/chromium_org/chrome/browser/ui/panels/
H A Dbase_panel_browser_test.cc591 MoveMouse(position);
595 void BasePanelBrowserTest::MoveMouse(const gfx::Point& position) { function in class:BasePanelBrowserTest

Completed in 107 milliseconds