Home
last modified time | relevance | path

Searched refs:new_infobar (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/components/infobars/core/
Dinfobar_manager.cc24 InfoBar* new_infobar) { in OnInfoBarReplaced() argument
65 scoped_ptr<InfoBar> new_infobar) { in ReplaceInfoBar() argument
68 return AddInfoBar(new_infobar.Pass()); // Deletes the infobar. in ReplaceInfoBar()
69 DCHECK(new_infobar); in ReplaceInfoBar()
75 InfoBar* new_infobar_ptr = new_infobar.release(); in ReplaceInfoBar()
Dinfobar_manager.h32 InfoBar* new_infobar);
75 scoped_ptr<InfoBar> new_infobar);
Dinfobar_container.cc124 InfoBar* new_infobar) { in OnInfoBarReplaced() argument
125 PlatformSpecificReplaceInfoBar(old_infobar, new_infobar); in OnInfoBarReplaced()
131 AddInfoBar(new_infobar, position, false, WANT_CALLBACK); in OnInfoBarReplaced()
Dinfobar_container.h97 InfoBar* new_infobar) {} in PlatformSpecificReplaceInfoBar() argument
108 InfoBar* new_infobar) OVERRIDE;
/external/chromium_org/chrome/browser/infobars/
Dinsecure_content_infobar_delegate.cc24 scoped_ptr<infobars::InfoBar> new_infobar( in Create() local
37 infobar_service->ReplaceInfoBar(old_infobar, new_infobar.Pass()); in Create()
41 if (new_infobar.get()) in Create()
42 infobar_service->AddInfoBar(new_infobar.Pass()); in Create()
/external/chromium_org/chrome/browser/extensions/
Dtheme_installed_infobar_delegate.cc52 scoped_ptr<infobars::InfoBar> new_infobar( in Create() local
70 infobar_service->ReplaceInfoBar(old_infobar, new_infobar.Pass()); in Create()
78 infobar_service->AddInfoBar(new_infobar.Pass()); in Create()
/external/chromium_org/chrome/browser/ui/android/infobars/
Dinfobar_container_android.cc74 infobars::InfoBar* new_infobar) { in PlatformSpecificReplaceInfoBar() argument
75 static_cast<InfoBarAndroid*>(new_infobar)->PassJavaInfoBar( in PlatformSpecificReplaceInfoBar()
Dinfobar_container_android.h48 infobars::InfoBar* new_infobar) OVERRIDE;