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 102 ConfirmInfoBarDelegate* infobar_delegate = variable
104 ASSERT_TRUE(infobar_delegate); variable
105 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();
266 infobar_service()->RemoveInfoBar(infobar_delegate);
268 EXPECT_TRUE(closed_infobar_tracker_.Contains(infobar_delegate));
269 delete infobar_delegate;
312 ConfirmInfoBarDelegate* infobar_delegate = local
314 ASSERT_TRUE(infobar_delegate);
315 infobar_delegate->Accept();
327 ConfirmInfoBarDelegate* infobar_delegate local
406 ConfirmInfoBarDelegate* infobar_delegate = local
641 InfoBarDelegate* infobar_delegate = infobar_service()->infobar_at(0); 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 409 InfoBarDelegate* infobar_delegate = local
413 infobar_delegate->InfoBarDismissed();
414 infobar_service->RemoveInfoBar(infobar_delegate);
419 infobar_delegate->AsConfirmInfoBarDelegate();
423 infobar_service->RemoveInfoBar(infobar_delegate);
430 infobar_delegate->AsConfirmInfoBarDelegate();
434 infobar_service->RemoveInfoBar(infobar_delegate);
    [all...]

Completed in 398 milliseconds