Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:InfoBarDelegate

13 // InfoBarDelegate ------------------------------------------------------------
15 InfoBarDelegate::~InfoBarDelegate() {
18 bool InfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
22 bool InfoBarDelegate::ShouldExpire(
29 void InfoBarDelegate::InfoBarDismissed() {
32 void InfoBarDelegate::InfoBarClosed() {
35 SkBitmap* InfoBarDelegate::GetIcon() const {
39 InfoBarDelegate::Type InfoBarDelegate::GetInfoBarType() const {
43 ConfirmInfoBarDelegate* InfoBarDelegate::AsConfirmInfoBarDelegate() {
47 ExtensionInfoBarDelegate* InfoBarDelegate::AsExtensionInfoBarDelegate() {
51 LinkInfoBarDelegate* InfoBarDelegate::AsLinkInfoBarDelegate() {
56 InfoBarDelegate::AsPluginInstallerInfoBarDelegate() {
61 InfoBarDelegate::AsThemePreviewInfobarDelegate() {
65 TranslateInfoBarDelegate* InfoBarDelegate::AsTranslateInfoBarDelegate() {
69 InfoBarDelegate::InfoBarDelegate(TabContents* contents)
75 void InfoBarDelegate::StoreActiveEntryUniqueID(TabContents* contents) {