Home | History | Annotate | Download | only in tabs

Lines Matching refs:Tab

24 //  A View that renders a Tab, either in a TabStrip or in a DraggedTabView.
27 class Tab : public BaseTab {
32 explicit Tab(TabController* controller);
33 virtual ~Tab();
35 // Start/stop the mini-tab title animation.
39 // Set the background offset used to match the image in the inactive tab
45 // Returns the minimum possible size of a single unselected Tab.
47 // Returns the minimum possible size of a selected Tab. Selected tabs must
51 // Returns the preferred size of a single Tab, assuming space is
76 // Paint various portions of the Tab
83 // Returns the number of favicon-size elements that can fit in the tab's
87 // Returns whether the Tab should display a favicon.
90 // Returns whether the Tab should display a close button.
93 // Gets the throb value for the tab. When a tab is not selected the
95 // mini tab title change and pulsing.
98 // Performs a one-time initialization of static resources such as tab images.
101 // Loads the images to be used for the tab background.
114 // Animation used when the title of an inactive mini tab changes.
142 DISALLOW_COPY_AND_ASSIGN(Tab);