Searched refs:UnauthorizedPluginInfoBarDelegate (Results 1 – 3 of 3) sorted by relevance
88 void UnauthorizedPluginInfoBarDelegate::Create( in Create()94 scoped_ptr<ConfirmInfoBarDelegate>(new UnauthorizedPluginInfoBarDelegate( in Create()116 UnauthorizedPluginInfoBarDelegate::UnauthorizedPluginInfoBarDelegate( in UnauthorizedPluginInfoBarDelegate() function in UnauthorizedPluginInfoBarDelegate125 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 …]
48 class UnauthorizedPluginInfoBarDelegate : public PluginInfoBarDelegate {58 UnauthorizedPluginInfoBarDelegate(HostContentSettingsMap* content_settings,61 virtual ~UnauthorizedPluginInfoBarDelegate();75 DISALLOW_COPY_AND_ASSIGN(UnauthorizedPluginInfoBarDelegate);
292 UnauthorizedPluginInfoBarDelegate::Create( in OnBlockedUnauthorizedPlugin()