Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc192 initial_move_(true), in TabDragController()
706 (initial_move_ && !AreTabsConsecutive()))) { in MoveAttached()
740 if (initial_move_) { in MoveAttached()
746 initial_move_); in MoveAttached()
764 initial_move_); in MoveAttached()
769 initial_move_ = false; in MoveAttached()
Dtab_drag_controller.h531 bool initial_move_; variable