Searched refs:AddInfoBar (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/chrome/browser/infobars/
H A Dsimple_alert_infobar_delegate.cc15 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
H A Dinfobar_container.cc53 AddInfoBar(
125 AddInfoBar(
158 AddInfoBar(
200 void InfoBarContainer::AddInfoBar(InfoBar* infobar, function in class:InfoBarContainer
H A Dinfobar_service.h34 InfoBarDelegate* AddInfoBar(scoped_ptr<InfoBarDelegate> infobar);
39 // assumption that the matching AddInfoBar() call will have already closed the
50 // NOTE: This does not perform any EqualsDelegate() checks like AddInfoBar().
H A Dinfobar_service.cc19 InfoBarDelegate* InfoBarService::AddInfoBar( function in class:InfoBarService
68 return AddInfoBar(new_infobar.Pass()); // Deletes the delegate.
80 // back to AddInfoBar() or similar, we don't dupe-check against this infobar.
173 // AddInfoBar() or similar, we don't dupe-check against this infobar.
178 // causes a call to AddInfoBar(), we'll try to register for the
H A Dinfobar_container.h91 // AddInfoBar()).
139 void AddInfoBar(InfoBar* infobar,
H A Dinsecure_content_infobar_delegate.cc37 infobar_service->AddInfoBar(new_infobar.Pass());
/external/chromium_org/chrome/browser/ui/
H A Dcollected_cookies_infobar_delegate.cc17 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dmedia_setting_changed_infobar_delegate.cc17 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
/external/chromium_org/chrome/browser/ui/startup/
H A Dgoogle_api_keys_infobar_delegate.cc20 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
H A Dobsolete_os_infobar_delegate.cc38 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings_infobar_delegate.cc18 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
/external/chromium/chrome/browser/extensions/
H A Dextension_infobar_module.cc55 tab_contents->tab_contents()->AddInfoBar(
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_container_gtk.h60 void AddInfoBar(InfoBarDelegate* delegate, bool animate);
H A Dinfobar_container_gtk.cc124 AddInfoBar(Details<InfoBarDelegate>(details).ptr(), true);
133 AddInfoBar(delegates->second, false);
144 AddInfoBar(delegate, false);
178 void InfoBarContainerGtk::AddInfoBar(InfoBarDelegate* delegate, bool animate) { function in class:InfoBarContainerGtk
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_container.cc55 AddInfoBar(tab_contents_->GetInfoBarDelegateAt(i)->CreateInfoBar(), false,
123 AddInfoBar(Details<InfoBarDelegate>(details)->CreateInfoBar(), true,
135 AddInfoBar(infobar_pair->second->CreateInfoBar(), false, WANT_CALLBACK);
163 void InfoBarContainer::AddInfoBar(InfoBar* infobar, function in class:InfoBarContainer
H A Dinfobar_container.h117 void AddInfoBar(InfoBar* infobar,
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_infobar_delegate.cc28 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
/external/chromium_org/chrome/browser/ui/omnibox/
H A Dalternate_nav_infobar_delegate.cc18 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
/external/chromium/chrome/browser/ui/
H A Dshell_dialogs.cc54 source_contents->AddInfoBar(new SimpleAlertInfoBarDelegate(
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_infobar_delegate.cc38 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
/external/chromium_org/chrome/browser/media/
H A Dmidi_permission_infobar_delegate.cc26 return infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
/external/chromium/chrome/browser/
H A Dpassword_manager_delegate_impl.cc123 tab_contents_->AddInfoBar(
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate.cc27 infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_infobar_delegate.cc36 return infobar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(
/external/chromium_org/chrome/browser/ui/extensions/
H A Dapp_metro_infobar_delegate_win.cc46 info_bar_service->AddInfoBar(scoped_ptr<InfoBarDelegate>(

Completed in 5925 milliseconds

123