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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 70 static TabDragController* instance_ = NULL;
237 class TabDragController::DockDisplayer : public ui::AnimationDelegate {
239 DockDisplayer(TabDragController* controller, const DockInfo& info)
275 // Resets the reference to the hosting TabDragController. This is
276 // invoked when the TabDragController is destroyed.
283 // TabDragController is notified by way of the DockDisplayerDestroyed
315 // TabDragController that created us.
316 TabDragController* controller_;
335 TabDragController::TabDragData::TabDragData()
343 TabDragController::TabDragData::~TabDragData()
    [all...]
tab_drag_controller_interactive_uitest_win.cc 63 EXPECT_FALSE(TabDragController::IsActive());
93 ASSERT_TRUE(TabDragController::IsActive());
100 ASSERT_TRUE(TabDragController::IsActive());
107 ASSERT_FALSE(TabDragController::IsActive());
131 ASSERT_FALSE(TabDragController::IsActive());
158 ASSERT_TRUE(TabDragController::IsActive());
165 ASSERT_FALSE(TabDragController::IsActive());
187 ASSERT_TRUE(TabDragController::IsActive());
194 ASSERT_FALSE(TabDragController::IsActive());
219 ASSERT_FALSE(TabDragController::IsActive())
    [all...]
tab_drag_controller_interactive_uitest.cc 201 return std::max(TabDragController::kTouchVerticalDetachMagnetism,
202 TabDragController::kVerticalDetachMagnetism) +
389 EXPECT_FALSE(TabDragController::IsActive());
401 ASSERT_TRUE(TabDragController::IsActive());
444 ASSERT_TRUE(TabDragController::IsActive());
451 ASSERT_FALSE(TabDragController::IsActive());
508 ASSERT_FALSE(TabDragController::IsActive());
539 if (!TabDragController::ShouldDetachIntoNewBrowser()) {
567 ASSERT_FALSE(TabDragController::IsActive());
606 ASSERT_TRUE(TabDragController::IsActive())
    [all...]
tab_drag_controller.h 39 // TabDragController is responsible for managing the tab dragging session. When
40 // the user presses the mouse on a tab a new TabDragController is created and
42 // TabDragController starts a drag session. The drag session is completed when
43 // EndDrag() is invoked (or the TabDragController is destroyed).
45 // While dragging within a tab strip TabDragController sets the bounds of the
55 class TabDragController : public content::WebContentsDelegate,
86 TabDragController();
87 virtual ~TabDragController();
89 // Initializes TabDragController to drag the tabs in |tabs| originating
109 // NOTE: this returns false if the TabDragController is in the process o
    [all...]
tab_strip.h 28 class TabDragController;
264 friend class TabDragController;
370 // Used by TabDragController when the user starts or stops dragging tabs.
373 // Invoked when TabDragController detaches a set of tabs.
376 // Used by TabDragController when the user stops dragging tabs. |move_only| is
377 // true if the move behavior is TabDragController::MOVE_VISIBILE_TABS.
390 void OwnDragController(TabDragController* controller);
392 // Destroys the current TabDragController. This cancel the existing drag
396 // Releases ownership of the current TabDragController.
397 TabDragController* ReleaseDragController()
    [all...]
tab_strip.cc 280 TabDragController::EventSource EventSourceFromEvent(
282 return event.IsGestureEvent() ? TabDragController::EVENT_SOURCE_TOUCH :
283 TabDragController::EVENT_SOURCE_MOUSE;
687 // could allow this and make TabDragController update itself during the add,
739 if (TabDragController::IsAttachedTo(this) &&
    [all...]

Completed in 43 milliseconds