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

  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 293 gfx::Point root_location_in_screen = event.root_location(); local
295 &root_location_in_screen);
297 root_location_in_screen - drag_image_offset_);
  /external/chromium_org/ash/launcher/
launcher_view.cc 319 gfx::Point root_location_in_screen = root_location; local
323 ConvertPointToScreen(root_window, &root_location_in_screen);
324 return root_location_in_screen;
    [all...]

Completed in 95 milliseconds