OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:move_point
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/aura/test/
event_generator.cc
195
gfx::Point
move_point
= current_location_ + gfx::ToRoundedVector2d(step);
local
197
UpdateCurrentDispatcher(
move_point
);
198
ConvertPointToTarget(current_host_->window(), &
move_point
);
199
ui::MouseEvent mouseev(event_type,
move_point
,
move_point
, flags_, 0);
Completed in 2863 milliseconds