Searched refs:infobar_delegate (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker_map_entry.cc28 GoogleURLTrackerInfoBarDelegate* infobar_delegate) {
34 infobar_delegate->set_navigation_helper(navigation_helper_.Pass());
35 infobar_delegate_ = infobar_delegate;
27 SetInfoBarDelegate( GoogleURLTrackerInfoBarDelegate* infobar_delegate) argument
H A Dgoogle_url_tracker_map_entry.h28 GoogleURLTrackerInfoBarDelegate* infobar_delegate() { function in class:GoogleURLTrackerMapEntry
31 void SetInfoBarDelegate(GoogleURLTrackerInfoBarDelegate* infobar_delegate);
H A Dgoogle_url_tracker.cc287 } else if (map_entry->infobar_delegate()) {
289 map_entry->infobar_delegate()->set_pending_id(pending_id);
310 map_entry->infobar_delegate()->set_pending_id(0);
333 map_entry->infobar_delegate()->Update(search_url);
H A Dgoogle_url_tracker_unittest.cc20 #include "components/infobars/core/infobar_delegate.h"
370 EXPECT_EQ(0, map_entry->infobar_delegate()->pending_id());
373 map_entry->infobar_delegate()->Close(false);
412 return map_entry ? map_entry->infobar_delegate() : NULL;
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_infobar_delegate_unittest.cc23 ConfirmInfoBarDelegate* infobar_delegate() { return infobar_delegate_.get(); } function in class:MockTabDownloadState
79 if (state.infobar_delegate()->Accept())
86 if (state.infobar_delegate()->Cancel())
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_unittest.cc280 ConfirmInfoBarDelegate* infobar_delegate = local
282 ASSERT_TRUE(infobar_delegate);
283 infobar_delegate->Cancel();
317 ConfirmInfoBarDelegate* infobar_delegate = local
319 ASSERT_TRUE(infobar_delegate);
320 infobar_delegate->Accept();
411 ConfirmInfoBarDelegate* infobar_delegate = local
413 ASSERT_TRUE(infobar_delegate);
419 infobar_delegate->Accept();
437 ConfirmInfoBarDelegate* infobar_delegate local
673 infobars::InfoBarDelegate* infobar_delegate = local
711 ConfirmInfoBarDelegate* infobar_delegate = local
[all...]
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_browsertest.cc299 infobars::InfoBarDelegate* infobar_delegate = infobar->delegate(); local
302 infobar_delegate->InfoBarDismissed();
308 infobar_delegate->AsConfirmInfoBarDelegate();
319 infobar_delegate->AsConfirmInfoBarDelegate();
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc102 ConfirmInfoBarDelegate* infobar_delegate = variable
104 ASSERT_TRUE(infobar_delegate); variable
105 infobar_delegate->Accept();

Completed in 661 milliseconds