Searched refs:dragged_bounds (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h306 // Determines the index to insert tabs at. |dragged_bounds| is the bounds of
309 int GetInsertionIndexFrom(const gfx::Rect& dragged_bounds, int start) const;
313 int GetInsertionIndexFromReversed(const gfx::Rect& dragged_bounds,
317 // |attached_tabstrip_| given the DraggedTabView's bounds |dragged_bounds| in
321 int GetInsertionIndexForDraggedBounds(const gfx::Rect& dragged_bounds) const;
323 // Returns true if |dragged_bounds| is close enough to the next stacked tab
325 bool ShouldDragToNextStackedTab(const gfx::Rect& dragged_bounds,
328 // Returns true if |dragged_bounds| is close enough to the previous stacked
330 bool ShouldDragToPreviousStackedTab(const gfx::Rect& dragged_bounds,
335 const gfx::Rect& dragged_bounds) cons
[all...]
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...]
/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
H A Ddocked_window_resizer.cc232 window->parent(), dock_layout_->dragged_bounds());
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc962 GetTarget()->parent(), dock_layout_->dragged_bounds());

Completed in 81 milliseconds