HomeSort by relevance Sort by last modified time
    Searched full:dragged_bounds (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 359 // Determines the index to insert tabs at. |dragged_bounds| is the bounds of
362 int GetInsertionIndexFrom(const gfx::Rect& dragged_bounds,
367 // |attached_tabstrip_| given the DraggedTabView's bounds |dragged_bounds| in
371 int GetInsertionIndexForDraggedBounds(const gfx::Rect& dragged_bounds) const;
373 // Returns true if |dragged_bounds| is close enough to the next stacked tab
375 bool ShouldDragToNextStackedTab(const gfx::Rect& dragged_bounds,
378 // Returns true if |dragged_bounds| is close enough to the previous stacked
380 bool ShouldDragToPreviousStackedTab(const gfx::Rect& dragged_bounds,
385 const gfx::Rect& dragged_bounds) const;
tab_drag_controller.cc     [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc     [all...]
dragged_tab_controller.h 216 // |attached_tabstrip_| given the DraggedTabView's bounds |dragged_bounds| in
220 int GetInsertionIndexForDraggedBounds(const gfx::Rect& dragged_bounds) const;
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 454 const gfx::Rect& dragged_bounds,
457 int dragged_bounds_x = base::i18n::IsRTL() ? dragged_bounds.right() :
458 dragged_bounds.x();
491 dragged_bounds.x() < right_tab_x :
492 dragged_bounds.right() > right_tab_x;
dragged_tab_controller_gtk.h 141 // |dragged_bounds| in coordinates relative to the attached TabStrip.
143 int GetInsertionIndexForDraggedBounds(const gfx::Rect& dragged_bounds,
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 152 // |dragged_bounds| in coordinates relative to the attached TabStrip.
153 int GetInsertionIndexForDraggedBounds(const gfx::Rect& dragged_bounds);
dragged_tab_controller_gtk.cc 528 const gfx::Rect& dragged_bounds) {
531 dragged_bounds);
534 dragged_bounds);
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h 132 const gfx::Rect dragged_bounds() const { return dragged_bounds_;} function in class:ash::internal::DockedWindowLayoutManager
docked_window_resizer.cc 247 window->parent(), dock_layout_->dragged_bounds());
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc     [all...]

Completed in 267 milliseconds