Home | History | Annotate | Download | only in ui

Lines Matching refs:tab

79     struct Tab {
80 Tab();
81 ~Tab();
86 // If true, the tab corresponds to an app an |app_id| gives the id of the
90 // True if the is tab pinned.
120 // Creates a tab for each of the Tabs in |tabs|. If browser is non-null
127 const std::vector<Tab>& tabs);
139 // If the app is specified to start in a tab, or IsAppLaunch is false,
144 // should open in a tab, do so.
168 // Adds a Tab to |tabs| for each url in |urls| that doesn't already exist
171 std::vector<Tab>* tabs);
173 // Adds any startup infobars to the selected tab of the given browser.
176 // If the last session didn't exit cleanly and tab is a web contents tab,
178 void AddCrashedInfoBarIfNecessary(TabContents* tab);
182 void AddBadFlagsInfoBarIfNecessary(TabContents* tab);
187 TabContents* tab);
192 void AddObsoleteSystemInfoBarIfNecessary(TabContents* tab);