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

  /external/chromium/chrome/browser/ui/gtk/tabs/
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...]
tab_strip_gtk.cc 110 class TabStripGtk::TabAnimation : public ui::AnimationDelegate {
112 friend class TabStripGtk;
124 TabAnimation(TabStripGtk* tabstrip, Type type)
157 static double GetCurrentTabWidth(TabStripGtk* tabstrip,
158 TabStripGtk::TabAnimation* animation,
236 TabStripGtk* tabstrip_;
259 class InsertTabAnimation : public TabStripGtk::TabAnimation {
261 explicit InsertTabAnimation(TabStripGtk* tabstrip, int index)
275 // Overridden from TabStripGtk::TabAnimation:
319 class RemoveTabAnimation : public TabStripGtk::TabAnimation
    [all...]

Completed in 75 milliseconds