Home | History | Annotate | Download | only in extensions

Lines Matching defs:ExtensionInfoBarDelegate

17 ExtensionInfoBarDelegate::ExtensionInfoBarDelegate(Browser* browser,
37 ExtensionInfoBarDelegate::~ExtensionInfoBarDelegate() {
42 bool ExtensionInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
43 ExtensionInfoBarDelegate* extension_delegate =
58 void ExtensionInfoBarDelegate::InfoBarDismissed() {
62 void ExtensionInfoBarDelegate::InfoBarClosed() {
66 InfoBarDelegate::Type ExtensionInfoBarDelegate::GetInfoBarType() const {
70 ExtensionInfoBarDelegate*
71 ExtensionInfoBarDelegate::AsExtensionInfoBarDelegate() {
75 void ExtensionInfoBarDelegate::Observe(NotificationType type,