HomeSort by relevance Sort by last modified time
    Searched refs:move_behavior_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 122 MoveBehavior move_behavior() const { return move_behavior_; }
476 return (move_behavior_ == MOVE_VISIBILE_TABS) != 0;
588 MoveBehavior move_behavior_; member in class:TabDragController
tab_drag_controller.cc 370 move_behavior_(REORDER),
434 move_behavior_ = move_behavior;
487 move_behavior_ = behavior;
    [all...]

Completed in 31 milliseconds