/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.cc | 110 class TabStripGtk::TabAnimation : public ui::AnimationDelegate { 112 friend class TabStripGtk; 124 TabAnimation(TabStripGtk* tabstrip, Type type) in TabAnimation() 157 static double GetCurrentTabWidth(TabStripGtk* tabstrip, in GetCurrentTabWidth() 158 TabStripGtk::TabAnimation* animation, in GetCurrentTabWidth() 236 TabStripGtk* tabstrip_; 259 class InsertTabAnimation : public TabStripGtk::TabAnimation { 261 explicit InsertTabAnimation(TabStripGtk* tabstrip, int index) in InsertTabAnimation() 319 class RemoveTabAnimation : public TabStripGtk::TabAnimation { 321 RemoveTabAnimation(TabStripGtk* tabstrip, int index, TabContents* contents) in RemoveTabAnimation() [all …]
|
D | dragged_tab_controller_gtk.h | 23 class TabStripGtk; variable 29 DraggedTabControllerGtk(TabGtk* source_tab, TabStripGtk* source_tabstrip); 118 TabStripGtk* GetTabStripForPoint(const gfx::Point& screen_point); 122 TabStripGtk* GetTabStripIfItContains(TabStripGtk* tabstrip, 126 void Attach(TabStripGtk* attached_tabstrip, const gfx::Point& screen_point); 132 gfx::Point ConvertScreenPointToTabStripPoint(TabStripGtk* tabstrip, 151 TabGtk* GetTabMatchingDraggedContents(TabStripGtk* tabstrip) const; 212 TabStripGtk* source_tabstrip_; 220 TabStripGtk* attached_tabstrip_;
|
D | tab_strip_gtk.h | 29 class TabStripGtk : public TabStripModelObserver, 38 TabStripGtk(TabStripModel* model, BrowserWindowGtk* window); 39 virtual ~TabStripGtk(); 77 bool IsCompatibleWith(TabStripGtk* other); 230 CHROMEGTK_CALLBACK_1(TabStripGtk, gboolean, OnExpose, GdkEventExpose*); 233 CHROMEGTK_CALLBACK_1(TabStripGtk, void, OnSizeAllocate, GtkAllocation*); 237 CHROMEGTK_CALLBACK_4(TabStripGtk, gboolean, OnDragMotion, GdkDragContext*, 241 CHROMEGTK_CALLBACK_4(TabStripGtk, gboolean, OnDragDrop, GdkDragContext*, 246 CHROMEGTK_CALLBACK_2(TabStripGtk, gboolean, OnDragLeave, GdkDragContext*, 250 CHROMEGTK_CALLBACK_6(TabStripGtk, gboolean, OnDragDataReceived, [all …]
|
D | dragged_tab_controller_gtk.cc | 37 TabStripGtk* source_tabstrip) in DraggedTabControllerGtk() 240 TabStripGtk* target_tabstrip = source_tabstrip_; in ContinueDragging() 242 TabStripGtk* target_tabstrip = GetTabStripForPoint(screen_point); in ContinueDragging() 296 TabStripGtk* DraggedTabControllerGtk::GetTabStripForPoint( in GetTabStripForPoint() 311 TabStripGtk* other_tabstrip = browser->tabstrip(); in GetTabStripForPoint() 318 TabStripGtk* DraggedTabControllerGtk::GetTabStripIfItContains( in GetTabStripIfItContains() 319 TabStripGtk* tabstrip, const gfx::Point& screen_point) const { in GetTabStripIfItContains() 339 void DraggedTabControllerGtk::Attach(TabStripGtk* attached_tabstrip, in Attach() 415 TabStripGtk* attached_tabstrip = attached_tabstrip_; in Detach() 438 TabStripGtk* tabstrip, const gfx::Point& screen_point) { in ConvertScreenPointToTabStripPoint() [all …]
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.cc | 131 class TabStripGtk::TabAnimation : public gfx::AnimationDelegate { 133 friend class TabStripGtk; 145 TabAnimation(TabStripGtk* tabstrip, Type type) in TabAnimation() 178 static double GetCurrentTabWidth(TabStripGtk* tabstrip, in GetCurrentTabWidth() 179 TabStripGtk::TabAnimation* animation, in GetCurrentTabWidth() 257 TabStripGtk* tabstrip_; 280 class InsertTabAnimation : public TabStripGtk::TabAnimation { 282 InsertTabAnimation(TabStripGtk* tabstrip, int index) in InsertTabAnimation() 340 class RemoveTabAnimation : public TabStripGtk::TabAnimation { 342 RemoveTabAnimation(TabStripGtk* tabstrip, int index, WebContents* contents) in RemoveTabAnimation() [all …]
|
D | dragged_tab_controller_gtk.h | 26 class TabStripGtk; variable 36 DraggedTabControllerGtk(TabStripGtk* source_tabstrip, TabGtk* source_tab, 129 TabStripGtk* GetTabStripForPoint(const gfx::Point& screen_point); 133 TabStripGtk* GetTabStripIfItContains(TabStripGtk* tabstrip, 137 void Attach(TabStripGtk* attached_tabstrip, const gfx::Point& screen_point); 143 gfx::Point ConvertScreenPointToTabStripPoint(TabStripGtk* tabstrip, 161 TabGtk* GetTabMatchingDraggedContents(TabStripGtk* tabstrip, 166 std::vector<TabGtk*> GetTabsMatchingDraggedContents(TabStripGtk* tabstrip); 224 TabStripGtk* source_tabstrip_; 231 TabStripGtk* attached_tabstrip_;
|
D | tab_strip_gtk.h | 35 class TabStripGtk : public TabStripModelObserver, 44 TabStripGtk(TabStripModel* model, BrowserWindowGtk* window); 45 virtual ~TabStripGtk(); 83 bool IsCompatibleWith(TabStripGtk* other); 250 CHROMEGTK_CALLBACK_0(TabStripGtk, void, OnMap); 253 CHROMEGTK_CALLBACK_1(TabStripGtk, gboolean, OnExpose, GdkEventExpose*); 256 CHROMEGTK_CALLBACK_1(TabStripGtk, void, OnSizeAllocate, GtkAllocation*); 260 CHROMEGTK_CALLBACK_4(TabStripGtk, gboolean, OnDragMotion, GdkDragContext*, 264 CHROMEGTK_CALLBACK_4(TabStripGtk, gboolean, OnDragDrop, GdkDragContext*, 269 CHROMEGTK_CALLBACK_2(TabStripGtk, gboolean, OnDragLeave, GdkDragContext*, [all …]
|
D | dragged_tab_controller_gtk.cc | 57 TabStripGtk* source_tabstrip, in DraggedTabControllerGtk() 280 TabStripGtk* target_tabstrip = GetTabStripForPoint(screen_point); in ContinueDragging() 363 TabStripGtk* DraggedTabControllerGtk::GetTabStripForPoint( in GetTabStripForPoint() 379 TabStripGtk* other_tabstrip = browser->tabstrip(); in GetTabStripForPoint() 386 TabStripGtk* DraggedTabControllerGtk::GetTabStripIfItContains( in GetTabStripIfItContains() 387 TabStripGtk* tabstrip, const gfx::Point& screen_point) const { in GetTabStripIfItContains() 407 void DraggedTabControllerGtk::Attach(TabStripGtk* attached_tabstrip, in Attach() 514 TabStripGtk* tabstrip, const gfx::Point& screen_point) { in ConvertScreenPointToTabStripPoint() 626 TabStripGtk* tabstrip, WebContents* web_contents) { in GetTabMatchingDraggedContents() 632 TabStripGtk* tabstrip) { in GetTabsMatchingDraggedContents()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | browser_window_gtk.h | 39 class TabStripGtk; variable 153 TabStripGtk* tabstrip() const { return tabstrip_.get(); } in tabstrip() 464 scoped_ptr<TabStripGtk> tabstrip_;
|
D | browser_window_gtk.cc | 1611 tabstrip_.reset(new TabStripGtk(browser_->tabstrip_model(), this)); in InitWidgets()
|
/external/chromium_org/chrome/browser/ui/gtk/ |
D | browser_window_gtk.h | 45 class TabStripGtk; variable 209 TabStripGtk* tabstrip() const { return tabstrip_.get(); } in tabstrip() 541 scoped_ptr<TabStripGtk> tabstrip_;
|
D | browser_window_gtk.cc | 1625 tabstrip_.reset(new TabStripGtk(browser_->tab_strip_model(), this)); in InitWidgets()
|