Searched refs:GetDraggedViewTabStripBounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.h144 gfx::Rect GetDraggedViewTabStripBounds(const gfx::Point& screen_point);
H A Ddragged_tab_controller_gtk.cc332 gfx::Rect bounds = GetDraggedViewTabStripBounds(dragged_view_point);
454 GetDraggedViewTabStripBounds(GetDraggedViewPoint(screen_point));
506 gfx::Rect DraggedTabControllerGtk::GetDraggedViewTabStripBounds( function in class:DraggedTabControllerGtk
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.h225 gfx::Rect GetDraggedViewTabStripBounds(const gfx::Point& tab_strip_point);
H A Ddragged_tab_controller.cc731 gfx::Rect bounds = GetDraggedViewTabStripBounds(dragged_view_point);
899 gfx::Rect bounds = GetDraggedViewTabStripBounds(tab_strip_point);
1039 gfx::Rect DraggedTabController::GetDraggedViewTabStripBounds( function in class:DraggedTabController
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h386 gfx::Rect GetDraggedViewTabStripBounds(const gfx::Point& tab_strip_point);
H A Dtab_drag_controller.cc948 gfx::Rect bounds = GetDraggedViewTabStripBounds(dragged_view_point);
1003 gfx::Rect bounds = GetDraggedViewTabStripBounds(dragged_view_point);
1167 gfx::Rect bounds = GetDraggedViewTabStripBounds(tab_strip_point);
1569 gfx::Rect TabDragController::GetDraggedViewTabStripBounds( function in class:TabDragController

Completed in 140 milliseconds