Searched defs:dragged_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.h129 const gfx::Rect dragged_bounds() const { return dragged_bounds_;} function in class:ash::DockedWindowLayoutManager
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc1123 int TabDragController::GetInsertionIndexFrom(const gfx::Rect& dragged_bounds, argument
1128 // as "starting" than just dragged_bounds.x(), especially with narrow tabs.
1129 const int dragged_x = dragged_bounds.x() + Tab::leading_width_for_drag();
1145 const gfx::Rect& dragged_bounds,
1149 // as "starting" than just dragged_bounds.x(), especially with narrow tabs.
1150 const int dragged_x = dragged_bounds.x() + Tab::leading_width_for_drag();
1165 const gfx::Rect& dragged_bounds) const {
1173 index = GetInsertionIndexForDraggedBoundsStacked(dragged_bounds);
1187 index = GetInsertionIndexFrom(dragged_bounds, 0);
1192 index = (dragged_bounds
1144 GetInsertionIndexFromReversed( const gfx::Rect& dragged_bounds, int start) const argument
1209 ShouldDragToNextStackedTab( const gfx::Rect& dragged_bounds, int index) const argument
1226 ShouldDragToPreviousStackedTab( const gfx::Rect& dragged_bounds, int index) const argument
[all...]

Completed in 428 milliseconds