HomeSort by relevance Sort by last modified time
    Searched defs:ExtensionInfoBarDelegate (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_infobar_delegate.cc 18 ExtensionInfoBarDelegate::~ExtensionInfoBarDelegate() {
22 void ExtensionInfoBarDelegate::Create(content::WebContents* web_contents,
28 ExtensionInfoBarDelegate::CreateInfoBar(
29 scoped_ptr<ExtensionInfoBarDelegate>(new ExtensionInfoBarDelegate(
33 ExtensionInfoBarDelegate::ExtensionInfoBarDelegate(
60 // ExtensionInfoBarDelegate::CreateInfoBar() is implemented in platform-specific
63 bool ExtensionInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const
    [all...]
extension_infobar_delegate.h 23 class ExtensionInfoBarDelegate : public InfoBarDelegate,
26 virtual ~ExtensionInfoBarDelegate();
45 ExtensionInfoBarDelegate(Browser* browser,
53 scoped_ptr<ExtensionInfoBarDelegate> delegate);
59 virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate() OVERRIDE;
84 DISALLOW_COPY_AND_ASSIGN(ExtensionInfoBarDelegate);
  /external/chromium/chrome/browser/extensions/
extension_infobar_delegate.cc 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*
    [all...]
extension_infobar_delegate.h 18 class ExtensionInfoBarDelegate : public InfoBarDelegate,
30 ExtensionInfoBarDelegate(Browser* browser,
43 virtual ~ExtensionInfoBarDelegate();
51 virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate();
75 DISALLOW_COPY_AND_ASSIGN(ExtensionInfoBarDelegate);

Completed in 85 milliseconds