Home
last modified time | relevance | path

Searched refs:kMovedMouseRight (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.h131 static const int kMovedMouseRight = 1 << 1; variable
Dtab_drag_controller.cc532 mouse_move_direction_ |= kMovedMouseRight; in ContinueDragging()
965 mouse_move_direction_ = kMovedMouseLeft | kMovedMouseRight; in Detach()
1182 (mouse_move_direction_ & kMovedMouseRight) == 0)) { in GetInsertionIndexForDraggedBounds()
1214 (mouse_move_direction_ & kMovedMouseRight) == 0) in ShouldDragToNextStackedTab()