Home
last modified time | relevance | path

Searched refs:DraggedTabControllerGtk (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_controller_gtk.cc36 DraggedTabControllerGtk::DraggedTabControllerGtk(TabGtk* source_tab, in DraggedTabControllerGtk() function in DraggedTabControllerGtk
52 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 …]
Ddragged_tab_controller_gtk.h26 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);
Dtab_strip_gtk.h26 class DraggedTabControllerGtk; variable
161 friend class DraggedTabControllerGtk; variable
454 scoped_ptr<DraggedTabControllerGtk> drag_controller_;
Dtab_strip_gtk.cc1189 drag_controller_.reset(new DraggedTabControllerGtk(tab, this)); in MaybeStartDrag()