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
207
attach_index_
(-1),
722
if (
attach_index_
!= -1) {
728
to_index = std::min(to_index,
attach_index_
);
730
to_index = std::max(to_index,
attach_index_
);
731
if (to_index !=
attach_index_
)
732
attach_index_
= -1; // Once a valid move is detected, don't constrain.
[
all
...]
tab_drag_controller.h
592
// |attach_x_| and |
attach_index_
| are set to the x-coordinate of the mouse
596
// |
attach_index_
| is not -1.
599
int
attach_index_
;
member in class:TabDragController
Completed in 929 milliseconds