Searched refs:point_in_host (Results 1 – 3 of 3) sorted by relevance
136 gfx::Point point_in_host = point_in_native; in MoveCursorTo() local138 point_in_host.Offset(-native_origin.x(), -native_origin.y()); in MoveCursorTo()139 root->GetHost()->MoveCursorToHostLocation(point_in_host); in MoveCursorTo()
175 void EventGenerator::MoveMouseToInHost(const gfx::Point& point_in_host) { in MoveMouseToInHost() argument178 ui::MouseEvent mouseev(event_type, point_in_host, point_in_host, flags_, 0); in MoveMouseToInHost()181 current_location_ = point_in_host; in MoveMouseToInHost()
143 void MoveMouseToInHost(const gfx::Point& point_in_host);