OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dragged_bounds
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h
306
// 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
) const
[
all
...]
tab_drag_controller.cc
[
all
...]
/external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h
129
const gfx::Rect
dragged_bounds
() const { return dragged_bounds_;}
function in class:ash::DockedWindowLayoutManager
docked_window_resizer.cc
232
window->parent(), dock_layout_->
dragged_bounds
());
/external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc
[
all
...]
Completed in 627 milliseconds