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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 40 // TabDragController is responsible for managing the tab dragging session. When
41 // the user presses the mouse on a tab a new TabDragController is created and
43 // TabDragController starts a drag session. The drag session is completed when
44 // EndDrag() is invoked (or the TabDragController is destroyed).
46 // While dragging within a tab strip TabDragController sets the bounds of the
56 class TabDragController : public content::WebContentsDelegate,
87 TabDragController();
88 virtual ~TabDragController();
90 // Initializes TabDragController to drag the tabs in |tabs| originating from
110 // NOTE: this returns false if the TabDragController is in the process o
    [all...]
tab_drag_controller.cc 78 static TabDragController* instance_ = NULL;
261 class TabDragController::DockDisplayer : public gfx::AnimationDelegate {
263 DockDisplayer(TabDragController* controller, const DockInfo& info)
299 // Resets the reference to the hosting TabDragController. This is
300 // invoked when the TabDragController is destroyed.
307 // TabDragController is notified by way of the DockDisplayerDestroyed
339 // TabDragController that created us.
340 TabDragController* controller_;
359 TabDragController::TabDragData::TabDragData()
367 TabDragController::TabDragData::~TabDragData()
    [all...]

Completed in 308 milliseconds