Searched refs:location_in_dip (Results 1 – 1 of 1) sorted by relevance
306 void RootWindow::MoveCursorTo(const gfx::Point& location_in_dip) { in MoveCursorTo() argument307 gfx::Point host_location(location_in_dip); in MoveCursorTo()309 MoveCursorToInternal(location_in_dip, host_location); in MoveCursorTo()