Searched refs:new_infobar (Results 1 – 8 of 8) sorted by relevance
24 InfoBar* new_infobar) { in OnInfoBarReplaced() argument65 scoped_ptr<InfoBar> new_infobar) { in ReplaceInfoBar() argument68 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()
32 InfoBar* new_infobar);75 scoped_ptr<InfoBar> new_infobar);
124 InfoBar* new_infobar) { in OnInfoBarReplaced() argument125 PlatformSpecificReplaceInfoBar(old_infobar, new_infobar); in OnInfoBarReplaced()131 AddInfoBar(new_infobar, position, false, WANT_CALLBACK); in OnInfoBarReplaced()
97 InfoBar* new_infobar) {} in PlatformSpecificReplaceInfoBar() argument108 InfoBar* new_infobar) OVERRIDE;
24 scoped_ptr<infobars::InfoBar> new_infobar( in Create() local37 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()
52 scoped_ptr<infobars::InfoBar> new_infobar( in Create() local70 infobar_service->ReplaceInfoBar(old_infobar, new_infobar.Pass()); in Create()78 infobar_service->AddInfoBar(new_infobar.Pass()); in Create()
74 infobars::InfoBar* new_infobar) { in PlatformSpecificReplaceInfoBar() argument75 static_cast<InfoBarAndroid*>(new_infobar)->PassJavaInfoBar( in PlatformSpecificReplaceInfoBar()
48 infobars::InfoBar* new_infobar) OVERRIDE;