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

/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.h80 bool started_drag() const { return started_drag_; } function in class:DraggedTabController
H A Dbase_tab_strip.cc350 bool started_drag = drag_controller_->started_drag(); local
352 if (drag_controller_->started_drag() && !started_drag) {
363 bool started_drag = drag_controller_->started_drag();
365 return started_drag;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h121 // Sets the move behavior. Has no effect if started_drag() is true.
132 bool started_drag() const { return started_drag_; } function in class:TabDragController

Completed in 58 milliseconds