Searched refs:screen_position (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h75 const blink::WebPoint& screen_position);
H A Dtest_plugin.cc704 const blink::WebPoint& screen_position) {
699 handleDragStatusUpdate( blink::WebDragStatus drag_status, const blink::WebDragData& data, blink::WebDragOperationsMask mask, const blink::WebPoint& position, const blink::WebPoint& screen_position) argument
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller_unittest.cc207 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; local
233 views::View::ConvertPointToScreen(top_container_, &screen_position);

Completed in 108 milliseconds