HomeSort by relevance Sort by last modified time
    Searched refs:confirm_infobar_delegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_api.cc 18 #include "components/infobars/core/confirm_infobar_delegate.h"
301 ConfirmInfoBarDelegate* confirm_infobar_delegate = local
303 if (confirm_infobar_delegate) {
306 confirm_infobar_delegate->GetMessageText();
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 33 #include "components/infobars/core/confirm_infobar_delegate.h"
307 ConfirmInfoBarDelegate* confirm_infobar_delegate = local
309 if (!confirm_infobar_delegate) {
311 } else if (confirm_infobar_delegate->Accept()) {
318 ConfirmInfoBarDelegate* confirm_infobar_delegate = local
320 if (!confirm_infobar_delegate) {
322 } else if (confirm_infobar_delegate->Cancel()) {

Completed in 147 milliseconds