OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetInsertionIndexForDraggedBounds
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h
143
int
GetInsertionIndexForDraggedBounds
(const gfx::Rect& dragged_bounds,
dragged_tab_controller_gtk.cc
283
int to_index =
GetInsertionIndexForDraggedBounds
(bounds, true);
380
// in
GetInsertionIndexForDraggedBounds
needs them to be to figure out the
393
int index =
GetInsertionIndexForDraggedBounds
(bounds, false);
453
int DraggedTabControllerGtk::
GetInsertionIndexForDraggedBounds
(
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h
220
int
GetInsertionIndexForDraggedBounds
(const gfx::Rect& dragged_bounds) const;
dragged_tab_controller.cc
732
int to_index =
GetInsertionIndexForDraggedBounds
(bounds);
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h
153
int
GetInsertionIndexForDraggedBounds
(const gfx::Rect& dragged_bounds);
dragged_tab_controller_gtk.cc
345
int to_index =
GetInsertionIndexForDraggedBounds
(
453
// in
GetInsertionIndexForDraggedBounds
needs them to be to figure out the
467
int index =
GetInsertionIndexForDraggedBounds
(GetEffectiveBounds(bounds));
527
int DraggedTabControllerGtk::
GetInsertionIndexForDraggedBounds
(
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h
371
int
GetInsertionIndexForDraggedBounds
(const gfx::Rect& dragged_bounds) const;
383
// Used by
GetInsertionIndexForDraggedBounds
() when the tabstrip is stacked.
tab_drag_controller.cc
[
all
...]
Completed in 467 milliseconds