OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MoveMouse
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc
170
MoveMouse
(0, is_mouse_hovered ? 10 : top_container_->height() + 100);
175
void
MoveMouse
(int x, int y) {
197
MoveMouse
(event_position.x(), event_position.y());
338
//
MoveMouse
() because
MoveMouse
() stops the timer if it started running.
439
MoveMouse
(popup_bounds_in_screen.x(),
445
MoveMouse
(top_container_bounds_in_screen.right() - 1,
451
MoveMouse
(top_container_bounds_in_screen.right() - 1,
456
MoveMouse
(top_container_bounds_in_screen.right() - 1,
464
MoveMouse
(top_container_bounds_in_screen.right() - 1
[
all
...]
/external/chromium/chrome/browser/automation/
automation_provider_win.cc
48
static void
MoveMouse
(const POINT& point) {
96
MoveMouse
(screen_location.ToPOINT());
187
MoveMouse
(temp);
193
MoveMouse
(temp);
199
MoveMouse
(end);
/external/chromium_org/chrome/browser/ui/panels/
base_panel_browser_test.h
112
static void
MoveMouse
(const gfx::Point& position);
base_panel_browser_test.cc
611
MoveMouse
(position);
615
void BasePanelBrowserTest::
MoveMouse
(const gfx::Point& position) {
panel_browsertest.cc
210
MoveMouse
(hover_point);
227
MoveMouse
(minimized_bounds[index].origin());
244
MoveMouse
(minimized_bounds[index].origin());
[
all
...]
panel_drag_browsertest.cc
584
MoveMouse
(mouse_location);
[
all
...]
Completed in 64 milliseconds