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

/external/chromium_org/chrome/browser/google/
H A Dgoogle_url_tracker_map_entry.cc43 GoogleURLTrackerInfoBarDelegate* infobar_delegate) {
45 infobar_delegate_ = infobar_delegate;
42 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.cc314 i->second->infobar_delegate()->set_pending_id(pending_id);
328 i->second->infobar_delegate()->set_pending_id(0);
350 map_entry->infobar_delegate()->Update(search_url);
H A Dgoogle_url_tracker_unittest.cc17 #include "chrome/browser/infobars/infobar_delegate.h"
272 ASSERT_EQ(infobar->delegate(), map_entry->infobar_delegate());
389 EXPECT_EQ(0, map_entry->infobar_delegate()->pending_id());
392 map_entry->infobar_delegate()->Close(false);
430 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
74 if (state.infobar_delegate()->Accept())
81 if (state.infobar_delegate()->Cancel())
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dtranslate_language_menu_model.cc12 TranslateInfoBarDelegate* infobar_delegate,
18 infobar_delegate_(infobar_delegate),
10 TranslateLanguageMenuModel( LanguageType language_type, TranslateInfoBarDelegate* infobar_delegate, TranslateInfoBarBase* infobar, views::MenuButton* button, bool translate_on_change) argument
H A Dtranslate_language_menu_model.h28 TranslateInfoBarDelegate* infobar_delegate,
/external/chromium_org/chrome/browser/geolocation/
H A Dchrome_geolocation_permission_context_unittest.cc262 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/
H A Dgeolocation_permission_context.cc254 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/autofill/
H A Dautofill_browsertest.cc103 ConfirmInfoBarDelegate* infobar_delegate = variable
105 ASSERT_TRUE(infobar_delegate); variable
106 infobar_delegate->Accept();
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_browsertest.cc411 InfoBarDelegate* infobar_delegate = infobar->delegate(); local
414 infobar_delegate->InfoBarDismissed();
420 infobar_delegate->AsConfirmInfoBarDelegate();
431 infobar_delegate->AsConfirmInfoBarDelegate();
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider.cc2086 InfoBarDelegate* infobar_delegate = infobar->delegate();
2089 infobar_delegate->InfoBarDismissed();
2096 infobar_delegate->AsConfirmInfoBarDelegate();

Completed in 229 milliseconds