Searched refs:DraggedTabControllerGtk (Results 1 – 4 of 4) sorted by relevance
36 DraggedTabControllerGtk::DraggedTabControllerGtk(TabGtk* source_tab, in DraggedTabControllerGtk() function in DraggedTabControllerGtk52 DraggedTabControllerGtk::~DraggedTabControllerGtk() { in ~DraggedTabControllerGtk()63 void DraggedTabControllerGtk::CaptureDragInfo(const gfx::Point& mouse_offset) { in CaptureDragInfo()68 void DraggedTabControllerGtk::Drag() { in Drag()88 bool DraggedTabControllerGtk::EndDrag(bool canceled) { in EndDrag()92 TabGtk* DraggedTabControllerGtk::GetDragSourceTabForContents( in GetDragSourceTabForContents()99 bool DraggedTabControllerGtk::IsDragSourceTab(const TabGtk* tab) const { in IsDragSourceTab()103 bool DraggedTabControllerGtk::IsTabDetached(const TabGtk* tab) const { in IsTabDetached()112 void DraggedTabControllerGtk::OpenURLFromTab(TabContents* source, in OpenURLFromTab()126 void DraggedTabControllerGtk::NavigationStateChanged(const TabContents* source, in NavigationStateChanged()[all …]
26 class DraggedTabControllerGtk : public NotificationObserver,29 DraggedTabControllerGtk(TabGtk* source_tab, TabStripGtk* source_tabstrip);30 virtual ~DraggedTabControllerGtk();265 base::OneShotTimer<DraggedTabControllerGtk> bring_to_front_timer_;267 DISALLOW_COPY_AND_ASSIGN(DraggedTabControllerGtk);
26 class DraggedTabControllerGtk; variable161 friend class DraggedTabControllerGtk; variable454 scoped_ptr<DraggedTabControllerGtk> drag_controller_;
1189 drag_controller_.reset(new DraggedTabControllerGtk(tab, this)); in MaybeStartDrag()