Searched defs:host_location (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc164 gfx::Point host_location(location_in_dip);
165 ConvertPointToHost(&host_location);
166 MoveCursorToInternal(location_in_dip, host_location);
169 void WindowTreeHost::MoveCursorToHostLocation(const gfx::Point& host_location) { argument
170 gfx::Point root_location(host_location);
172 MoveCursorToInternal(root_location, host_location);
266 const gfx::Point& host_location) {
267 last_cursor_request_position_in_host_ = host_location;
268 MoveCursorToNative(host_location);
265 MoveCursorToInternal(const gfx::Point& root_location, const gfx::Point& host_location) argument

Completed in 166 milliseconds