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

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_infobar_delegates.cc85 // UnauthorizedPluginInfoBarDelegate ------------------------------------------
88 void UnauthorizedPluginInfoBarDelegate::Create(
94 scoped_ptr<ConfirmInfoBarDelegate>(new UnauthorizedPluginInfoBarDelegate(
116 UnauthorizedPluginInfoBarDelegate::UnauthorizedPluginInfoBarDelegate( function in class:UnauthorizedPluginInfoBarDelegate
125 UnauthorizedPluginInfoBarDelegate::~UnauthorizedPluginInfoBarDelegate() {
129 std::string UnauthorizedPluginInfoBarDelegate::GetLearnMoreURL() const {
133 base::string16 UnauthorizedPluginInfoBarDelegate::GetMessageText() const {
137 base::string16 UnauthorizedPluginInfoBarDelegate
[all...]
H A Dplugin_infobar_delegates.h48 class UnauthorizedPluginInfoBarDelegate : public PluginInfoBarDelegate { class in inherits:PluginInfoBarDelegate
58 UnauthorizedPluginInfoBarDelegate(HostContentSettingsMap* content_settings,
61 virtual ~UnauthorizedPluginInfoBarDelegate();
75 DISALLOW_COPY_AND_ASSIGN(UnauthorizedPluginInfoBarDelegate);
H A Dplugin_observer.cc373 UnauthorizedPluginInfoBarDelegate::Create(

Completed in 350 milliseconds