Home
last modified time | relevance | path

Searched refs:UnauthorizedPluginInfoBarDelegate (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/plugins/
Dplugin_infobar_delegates.cc88 void UnauthorizedPluginInfoBarDelegate::Create( in Create()
94 scoped_ptr<ConfirmInfoBarDelegate>(new UnauthorizedPluginInfoBarDelegate( in Create()
116 UnauthorizedPluginInfoBarDelegate::UnauthorizedPluginInfoBarDelegate( in UnauthorizedPluginInfoBarDelegate() function in UnauthorizedPluginInfoBarDelegate
125 UnauthorizedPluginInfoBarDelegate::~UnauthorizedPluginInfoBarDelegate() { in ~UnauthorizedPluginInfoBarDelegate()
129 std::string UnauthorizedPluginInfoBarDelegate::GetLearnMoreURL() const { in GetLearnMoreURL()
133 base::string16 UnauthorizedPluginInfoBarDelegate::GetMessageText() const { in GetMessageText()
137 base::string16 UnauthorizedPluginInfoBarDelegate::GetButtonLabel( in GetButtonLabel()
143 bool UnauthorizedPluginInfoBarDelegate::Accept() { in Accept()
150 bool UnauthorizedPluginInfoBarDelegate::Cancel() { in Cancel()
159 void UnauthorizedPluginInfoBarDelegate::InfoBarDismissed() { in InfoBarDismissed()
[all …]
Dplugin_infobar_delegates.h48 class UnauthorizedPluginInfoBarDelegate : public PluginInfoBarDelegate {
58 UnauthorizedPluginInfoBarDelegate(HostContentSettingsMap* content_settings,
61 virtual ~UnauthorizedPluginInfoBarDelegate();
75 DISALLOW_COPY_AND_ASSIGN(UnauthorizedPluginInfoBarDelegate);
Dplugin_observer.cc292 UnauthorizedPluginInfoBarDelegate::Create( in OnBlockedUnauthorizedPlugin()