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

  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 120 gfx::Point point_in_root = point_in_screen; local
121 wm::ConvertPointFromScreen(root_at_point, &point_in_root);
137 if (point_in_root.x() <= root_bounds.x()) {
140 } else if (point_in_root.x() >= root_bounds.right()) {
142 } else if (point_in_root.y() <= root_bounds.y()) {
144 } else if (point_in_root.y() >= root_bounds.bottom()) {
  /external/chromium_org/ash/shelf/
shelf_view.cc 615 gfx::Point point_in_root = location_in_screen_coordinates; local
618 &point_in_root); local
619 ui::MouseEvent event(ui::ET_MOUSE_PRESSED, pt, point_in_root, 0);
638 gfx::Point point_in_root = location_in_screen_coordinates; local
641 &point_in_root); local
642 ui::MouseEvent event(ui::ET_MOUSE_DRAGGED, pt, point_in_root, 0);
    [all...]

Completed in 46 milliseconds