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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 350 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;
dragged_tab_controller.h 80 bool started_drag() const { return started_drag_; } function in class:DraggedTabController
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 120 // Sets the move behavior. Has no effect if started_drag() is true.
131 bool started_drag() const { return started_drag_; } function in class:TabDragController
tab_strip.cc     [all...]
tab_drag_controller.cc 484 if (started_drag())
    [all...]

Completed in 184 milliseconds