Home
last modified time | relevance | path

Searched refs:MoveCursorToHostLocation (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/aura/
Droot_window.h131 void MoveCursorToHostLocation(const gfx::Point& host_location);
Droot_window.cc312 void RootWindow::MoveCursorToHostLocation(const gfx::Point& host_location) { in MoveCursorToHostLocation() function in aura::RootWindow
/external/chromium_org/ash/magnifier/
Dmagnification_controller.cc48 root_window->MoveCursorToHostLocation( in MoveCursorTo()