HomeSort by relevance Sort by last modified time
    Searched refs:point_in_host (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 219 gfx::Point point_in_host = point_in_native; local
221 point_in_host.Offset(-native_origin.x(), -native_origin.y());
222 root->GetHost()->MoveCursorToHostLocation(point_in_host);
  /external/chromium_org/ui/events/test/
event_generator.cc 155 void EventGenerator::MoveMouseToInHost(const gfx::Point& point_in_host) {
158 ui::MouseEvent mouseev(event_type, point_in_host, point_in_host, flags_, 0);
161 current_location_ = point_in_host;
event_generator.h 162 void MoveMouseToInHost(const gfx::Point& point_in_host);

Completed in 814 milliseconds