Home
last modified time | relevance | path

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

/external/chromium_org/ash/display/
Dmouse_cursor_event_filter.cc136 gfx::Point point_in_host = point_in_native; in MoveCursorTo() local
138 point_in_host.Offset(-native_origin.x(), -native_origin.y()); in MoveCursorTo()
139 root->GetHost()->MoveCursorToHostLocation(point_in_host); in MoveCursorTo()
/external/chromium_org/ui/aura/test/
Devent_generator.cc175 void EventGenerator::MoveMouseToInHost(const gfx::Point& point_in_host) { in MoveMouseToInHost() argument
178 ui::MouseEvent mouseev(event_type, point_in_host, point_in_host, flags_, 0); in MoveMouseToInHost()
181 current_location_ = point_in_host; in MoveMouseToInHost()
Devent_generator.h143 void MoveMouseToInHost(const gfx::Point& point_in_host);