Home | History | Annotate | Download | only in wm

Lines Matching refs:screen_position

207     gfx::Point screen_position(x, y);
208 views::View::ConvertPointToScreen(top_container_, &screen_position);
209 GetEventGenerator().MoveMouseTo(screen_position.x(), screen_position.y());
232 gfx::Point screen_position = event_position;
233 views::View::ConvertPointToScreen(top_container_, &screen_position);