Home
last modified time | relevance | path

Searched refs:CalculateBoundsForDraggedTabs (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab_strip.h55 virtual void CalculateBoundsForDraggedTabs(
Dtab_strip.h97 virtual void CalculateBoundsForDraggedTabs(
Dbase_tab_strip.h194 virtual void CalculateBoundsForDraggedTabs(
Dtab_strip.cc481 CalculateBoundsForDraggedTabs(tabs, &bounds); in LayoutDraggedTabsAt()
505 void TabStrip::CalculateBoundsForDraggedTabs(const std::vector<BaseTab*>& tabs, in CalculateBoundsForDraggedTabs() function in TabStrip
Dside_tab_strip.cc400 void SideTabStrip::CalculateBoundsForDraggedTabs( in CalculateBoundsForDraggedTabs() function in SideTabStrip
Ddragged_tab_controller.cc948 attached_tabstrip_->CalculateBoundsForDraggedTabs(attached_tabs, in Detach()
/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab_strip.h50 virtual void CalculateBoundsForDraggedTabs(
Dtouch_tab_strip.cc163 void TouchTabStrip::CalculateBoundsForDraggedTabs( in CalculateBoundsForDraggedTabs() function in TouchTabStrip
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc552 std::vector<gfx::Rect> drag_bounds = CalculateBoundsForDraggedTabs(); in Drag()
1401 std::vector<gfx::Rect> drag_bounds = CalculateBoundsForDraggedTabs(); in Detach()
1470 std::vector<gfx::Rect> drag_bounds = CalculateBoundsForDraggedTabs(); in DetachIntoNewBrowserAndRunMoveLoop()
1748 std::vector<gfx::Rect> TabDragController::CalculateBoundsForDraggedTabs() { in CalculateBoundsForDraggedTabs() function in TabDragController
1753 attached_tabstrip_->CalculateBoundsForDraggedTabs(attached_tabs, in CalculateBoundsForDraggedTabs()
2283 *drag_bounds = CalculateBoundsForDraggedTabs(); in AdjustBrowserAndTabBoundsForDrag()
Dtab_drag_controller.h401 std::vector<gfx::Rect> CalculateBoundsForDraggedTabs();
Dtab_strip.h367 void CalculateBoundsForDraggedTabs(const std::vector<Tab*>& tabs,
Dtab_strip.cc1907 CalculateBoundsForDraggedTabs(tabs, &bounds); in LayoutDraggedTabsAt()
1931 void TabStrip::CalculateBoundsForDraggedTabs(const std::vector<Tab*>& tabs, in CalculateBoundsForDraggedTabs() function in TabStrip