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

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

Completed in 131 milliseconds