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.cc1249 int TabDragController::GetInsertionIndexFrom(const gfx::Rect& dragged_bounds, argument
1254 // as "starting" than just dragged_bounds.x(), especially with narrow tabs.
1255 const int dragged_x = dragged_bounds.x() + Tab::leading_width_for_drag();
1271 const gfx::Rect& dragged_bounds,
1275 // as "starting" than just dragged_bounds.x(), especially with narrow tabs.
1276 const int dragged_x = dragged_bounds.x() + Tab::leading_width_for_drag();
1291 const gfx::Rect& dragged_bounds) const {
1299 index = GetInsertionIndexForDraggedBoundsStacked(dragged_bounds);
1313 index = GetInsertionIndexFrom(dragged_bounds, 0);
1318 index = (dragged_bounds
1270 GetInsertionIndexFromReversed( const gfx::Rect& dragged_bounds, int start) const argument
1335 ShouldDragToNextStackedTab( const gfx::Rect& dragged_bounds, int index) const argument
1352 ShouldDragToPreviousStackedTab( const gfx::Rect& dragged_bounds, int index) const argument
[all...]

Completed in 149 milliseconds