Searched refs:target_location_in_native (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/display/
H A Ddisplay_controller.cc569 gfx::Point target_location_in_native; local
582 target_location_in_native = cursor_location_in_native_coords_for_restore_;
601 target_location_in_native = center;
605 dst_root_window->ConvertPointFromNativeScreen(&target_location_in_native);
606 dst_root_window->MoveCursorTo(target_location_in_native);

Completed in 5449 milliseconds