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 104 MoveBehavior move_behavior() const { return move_behavior_; }
442 return (move_behavior_ == MOVE_VISIBILE_TABS) != 0;
548 MoveBehavior move_behavior_; member in class:TabDragController
tab_drag_controller.cc 194 move_behavior_(REORDER),
268 move_behavior_ = move_behavior;
324 move_behavior_ = behavior;
    [all...]

Completed in 469 milliseconds