OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetInsertionIndexForDraggedBounds
(Results
1 - 4
of
4
) 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
...]
Completed in 15 milliseconds