Home | History | Annotate | Download | only in extensions

Lines Matching defs:tab_contents

30 #include "content/browser/tab_contents/tab_contents.h"
76 TabContents* tab_contents = browser->GetTabContentsAt(i);
77 GURL url = tab_contents->GetURL();
232 TabContents* tab_contents = browser->GetSelectedTabContents();
233 if (!tab_contents)
238 for (size_t i = 0; i < tab_contents->infobar_count(); ++i) {
239 InfoBarDelegate* delegate = tab_contents->GetInfoBarDelegateAt(i);
255 tab_contents, new_theme, previous_theme_id, previous_use_system_theme);
258 tab_contents->ReplaceInfoBar(old_delegate, new_delegate);
260 tab_contents->AddInfoBar(new_delegate);
275 TabContents* tab_contents,
280 return new GtkThemeInstalledInfoBarDelegate(tab_contents, new_theme,
283 return new ThemeInstalledInfoBarDelegate(tab_contents, new_theme,