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

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc358 std::vector<gfx::Rect> drag_bounds = CalculateBoundsForDraggedTabs(); local
359 OffsetX(GetAttachedDragPoint(point_in_screen).x(), &drag_bounds);
362 &drag_bounds));
371 &drag_bounds);
967 std::vector<gfx::Rect> drag_bounds = CalculateBoundsForDraggedTabs(); local
1014 std::vector<gfx::Rect> drag_bounds = CalculateBoundsForDraggedTabs(); local
1015 OffsetX(GetAttachedDragPoint(point_in_screen).x(), &drag_bounds);
1019 attached_tabstrip_, point_in_screen, &drag_offset, &drag_bounds);
1043 &drag_bounds);
1320 std::vector<gfx::Rect> drag_bounds; local
1628 CalculateDraggedBrowserBounds( TabStrip* source, const gfx::Point& point_in_screen, std::vector<gfx::Rect>* drag_bounds) argument
1672 AdjustBrowserAndTabBoundsForDrag( int last_tabstrip_width, const gfx::Point& point_in_screen, std::vector<gfx::Rect>* drag_bounds) argument
1709 CreateBrowserForDrag( TabStrip* source, const gfx::Point& point_in_screen, gfx::Vector2d* drag_offset, std::vector<gfx::Rect>* drag_bounds) argument
[all...]
H A Dtab_drag_controller.h408 // Offsets |drag_bounds| if necessary when dragging to the right from the
412 std::vector<gfx::Rect>* drag_bounds);
414 // Calculates scaled |drag_bounds| for dragged tabs and sets the tabs bounds.
421 std::vector<gfx::Rect>* drag_bounds);
427 std::vector<gfx::Rect>* drag_bounds);
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc1145 gfx::Rect drag_bounds = drag_image_->GetBoundsInScreen(); local
1148 gfx::PointAtOffsetFromOrigin(drag_bounds.origin()- relative_to),
1149 drag_bounds.size());

Completed in 181 milliseconds