Home
last modified time | relevance | path

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

/external/chromium_org/ui/aura/
Droot_window.cc306 void RootWindow::MoveCursorTo(const gfx::Point& location_in_dip) { in MoveCursorTo() argument
307 gfx::Point host_location(location_in_dip); in MoveCursorTo()
309 MoveCursorToInternal(location_in_dip, host_location); in MoveCursorTo()