Home | History | Annotate | Download | only in notifications

Lines Matching refs:NotificationPermissionInfoBarDelegate

87 // NotificationPermissionInfoBarDelegate --------------------------------------
91 class NotificationPermissionInfoBarDelegate : public ConfirmInfoBarDelegate {
93 NotificationPermissionInfoBarDelegate(TabContents* contents,
101 virtual ~NotificationPermissionInfoBarDelegate();
131 DISALLOW_COPY_AND_ASSIGN(NotificationPermissionInfoBarDelegate);
134 NotificationPermissionInfoBarDelegate::NotificationPermissionInfoBarDelegate(
151 NotificationPermissionInfoBarDelegate::
152 ~NotificationPermissionInfoBarDelegate() {
155 void NotificationPermissionInfoBarDelegate::InfoBarClosed() {
168 SkBitmap* NotificationPermissionInfoBarDelegate::GetIcon() const {
174 NotificationPermissionInfoBarDelegate::GetInfoBarType() const {
178 string16 NotificationPermissionInfoBarDelegate::GetMessageText() const {
183 string16 NotificationPermissionInfoBarDelegate::GetButtonLabel(
189 bool NotificationPermissionInfoBarDelegate::Accept() {
197 bool NotificationPermissionInfoBarDelegate::Cancel() {
523 tab->AddInfoBar(new NotificationPermissionInfoBarDelegate(