HomeSort by relevance Sort by last modified time
    Searched full:move_point (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/events/test/
event_generator.cc 175 gfx::Point move_point = current_location_ + gfx::ToRoundedVector2d(step); local
177 UpdateCurrentDispatcher(move_point);
178 delegate()->ConvertPointToTarget(current_target_, &move_point);
179 ui::MouseEvent mouseev(event_type, move_point, move_point, flags_, 0);

Completed in 83 milliseconds