HomeSort by relevance Sort by last modified time
    Searched defs:infobar_delegate (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate_unittest.cc 23 ConfirmInfoBarDelegate* infobar_delegate() { return infobar_delegate_.get(); } function in class:MockTabDownloadState
74 if (state.infobar_delegate()->Accept())
81 if (state.infobar_delegate()->Cancel())
  /external/chromium_org/chrome/browser/google/
google_url_tracker_map_entry.h 28 GoogleURLTrackerInfoBarDelegate* infobar_delegate() { function in class:GoogleURLTrackerMapEntry
31 void SetInfoBarDelegate(GoogleURLTrackerInfoBarDelegate* infobar_delegate);
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 103 ConfirmInfoBarDelegate* infobar_delegate = variable
105 ASSERT_TRUE(infobar_delegate); variable
106 infobar_delegate->Accept();
  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_unittest.cc 262 ConfirmInfoBarDelegate* infobar_delegate = local
264 ASSERT_TRUE(infobar_delegate);
265 infobar_delegate->Cancel();
311 ConfirmInfoBarDelegate* infobar_delegate = infobar_service()-> local
313 ASSERT_TRUE(infobar_delegate);
314 infobar_delegate->Accept();
326 ConfirmInfoBarDelegate* infobar_delegate = infobar_service()-> local
328 ASSERT_TRUE(infobar_delegate);
329 infobar_delegate->Accept();
409 ConfirmInfoBarDelegate* infobar_delegate local
435 ConfirmInfoBarDelegate* infobar_delegate = local
664 InfoBarDelegate* infobar_delegate = local
    [all...]
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 254 InfoBarDelegate* infobar_delegate; member in struct:GeolocationInfoBarQueueController::PendingInfoBarRequest
268 infobar_delegate(NULL) {
413 i->infobar_delegate = NULL;
433 if (i->infobar_delegate == NULL &&
455 if (!i->infobar_delegate) {
462 i->infobar_delegate = new GeolocationConfirmInfoBarDelegate(
466 tab_contents->AddInfoBar(i->infobar_delegate);
477 InfoBarDelegate* delegate = i->infobar_delegate;
488 tab_contents->RemoveInfoBar(i->infobar_delegate);
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 411 InfoBarDelegate* infobar_delegate = infobar->delegate(); local
414 infobar_delegate->InfoBarDismissed();
420 infobar_delegate->AsConfirmInfoBarDelegate();
431 infobar_delegate->AsConfirmInfoBarDelegate();
    [all...]

Completed in 632 milliseconds