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

  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.h 75 const blink::WebPoint& screen_position);
test_plugin.cc 704 const blink::WebPoint& screen_position) {
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 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; local
233 views::View::ConvertPointToScreen(top_container_, &screen_position);
    [all...]

Completed in 57 milliseconds