Searched refs:started_drag (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h102 // Sets the move behavior. Has no effect if started_drag() is true.
113 bool started_drag() const { return started_drag_; } function in class:TabDragController
H A Dtab_strip.cc1124 bool started_drag = drag_controller_->started_drag();
1126 return started_drag;
1717 return drag_controller_.get() && drag_controller_->started_drag() &&
H A Dtab_drag_controller.cc321 if (started_drag())

Completed in 69 milliseconds