Home | History | Annotate | Download | only in frame

Lines Matching refs:MoveMouse

134     MoveMouse(0, is_mouse_hovered ? 1 : top_container_->height() + 100);
139 void MoveMouse(int x, int y) {
161 MoveMouse(event_position.x(), event_position.y());
240 // MoveMouse() because MoveMouse() stops the timer if it started running.
349 // cannot use MoveMouse() because MoveMouse() stops the timer if it started
379 // MoveMouse() runs the timer task.
380 MoveMouse(x, y_top_edge - 2);
419 MoveMouse(over_find_bar.x(), over_find_bar.y());
423 MoveMouse(find_bar_bounds.x() - 25, find_bar_bounds.y() + 25);
429 MoveMouse(find_bar_bounds.x() + 25, find_bar_bounds.bottom() + 25);
434 MoveMouse(find_bar_bounds.x() + 25, find_bar_bounds.bottom() + 1);
446 MoveMouse(over_find_bar.x(), over_find_bar.y());
462 MoveMouse(1, 1);