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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 552 std::vector<gfx::Rect> drag_bounds = CalculateBoundsForDraggedTabs(); local
553 OffsetX(GetAttachedDragPoint(point_in_screen).x(), &drag_bounds);
556 &drag_bounds));
565 &drag_bounds);
1401 std::vector<gfx::Rect> drag_bounds = CalculateBoundsForDraggedTabs(); local
1470 std::vector<gfx::Rect> drag_bounds = CalculateBoundsForDraggedTabs(); local
1749 std::vector<gfx::Rect> drag_bounds; local
    [all...]
tab_drag_controller.h 464 // Offsets |drag_bounds| if necessary when dragging to the right from the
468 std::vector<gfx::Rect>* drag_bounds);
470 // Calculates scaled |drag_bounds| for dragged tabs and sets the tabs bounds.
477 std::vector<gfx::Rect>* drag_bounds);
483 std::vector<gfx::Rect>* drag_bounds);
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 944 std::vector<gfx::Rect> drag_bounds; local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.cc 1210 gfx::Rect drag_bounds = drag_image_->GetBoundsInScreen(); local
    [all...]

Completed in 173 milliseconds