OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attach_index_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc
209
attach_index_
(-1),
813
if (
attach_index_
!= -1) {
819
to_index = std::min(to_index,
attach_index_
);
821
to_index = std::max(to_index,
attach_index_
);
822
if (to_index !=
attach_index_
)
823
attach_index_
= -1; // Once a valid move is detected, don't constrain.
[
all
...]
tab_drag_controller.h
630
// |attach_x_| and |
attach_index_
| are set to the x-coordinate of the mouse
634
// |
attach_index_
| is not -1.
637
int
attach_index_
;
member in class:TabDragController
Completed in 215 milliseconds