Searched defs:ExtensionInfoBarDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_infobar_delegate.cc19 ExtensionInfoBarDelegate::~ExtensionInfoBarDelegate() {
23 void ExtensionInfoBarDelegate::Create(content::WebContents* web_contents,
29 ExtensionInfoBarDelegate::CreateInfoBar(
30 scoped_ptr<ExtensionInfoBarDelegate>(new ExtensionInfoBarDelegate(
34 ExtensionInfoBarDelegate::ExtensionInfoBarDelegate( function in class:ExtensionInfoBarDelegate
63 content::WebContents* ExtensionInfoBarDelegate::GetWebContents() {
67 // ExtensionInfoBarDelegate
[all...]
H A Dextension_infobar_delegate.h30 class ExtensionInfoBarDelegate : public infobars::InfoBarDelegate, class in inherits:infobars::InfoBarDelegate,content::NotificationObserver,extensions::ExtensionRegistryObserver
34 virtual ~ExtensionInfoBarDelegate();
56 // Returns the WebContents associated with the ExtensionInfoBarDelegate.
60 ExtensionInfoBarDelegate(Browser* browser,
68 scoped_ptr<ExtensionInfoBarDelegate> delegate);
75 virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate() OVERRIDE;
110 DISALLOW_COPY_AND_ASSIGN(ExtensionInfoBarDelegate);

Completed in 699 milliseconds