HomeSort by relevance Sort by last modified time
    Searched defs:MoveMouse (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 201 MoveMouse(0, is_mouse_hovered ? 10 : top_container_->height() + 100);
206 void MoveMouse(int x, int y) {
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_screen.right() - 1
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
base_panel_browser_test.cc 591 MoveMouse(position);
595 void BasePanelBrowserTest::MoveMouse(const gfx::Point& position) {

Completed in 597 milliseconds