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

/external/chromium_org/chrome/browser/
H A Dpepper_broker_infobar_delegate.h24 class PepperBrokerInfoBarDelegate : public ConfirmInfoBarDelegate { class in inherits:ConfirmInfoBarDelegate
36 PepperBrokerInfoBarDelegate(const GURL& url,
42 virtual ~PepperBrokerInfoBarDelegate();
62 DISALLOW_COPY_AND_ASSIGN(PepperBrokerInfoBarDelegate);
H A Dpepper_broker_infobar_delegate.cc30 void PepperBrokerInfoBarDelegate::Create(
59 scoped_ptr<ConfirmInfoBarDelegate>(new PepperBrokerInfoBarDelegate(
74 PepperBrokerInfoBarDelegate::PepperBrokerInfoBarDelegate( function in class:PepperBrokerInfoBarDelegate
90 PepperBrokerInfoBarDelegate::~PepperBrokerInfoBarDelegate() {
95 int PepperBrokerInfoBarDelegate::GetIconID() const {
99 base::string16 PepperBrokerInfoBarDelegate::GetMessageText() const {
113 base::string16 PepperBrokerInfoBarDelegate::GetButtonLabel(
119 bool PepperBrokerInfoBarDelegate
[all...]

Completed in 152 milliseconds