Home | History | Annotate | Download | only in infobars

Lines Matching refs:InfoBarDelegate

31   InfoBarDelegate* delegate =
32 static_cast<InfoBarDelegate*>(info_bar_delegate);
48 InfoBarDelegate* delegate =
49 static_cast<InfoBarDelegate*>(info_bar_delegate);
108 void InfoBarContainerGtk::RemoveDelegate(InfoBarDelegate* delegate) {
124 AddInfoBar(Details<InfoBarDelegate>(details).ptr(), true);
126 RemoveInfoBar(Details<InfoBarDelegate>(details).ptr(), true);
128 std::pair<InfoBarDelegate*, InfoBarDelegate*>* delegates =
129 Details<std::pair<InfoBarDelegate*, InfoBarDelegate*> >(details).ptr();
143 InfoBarDelegate* delegate = tab_contents_->GetInfoBarDelegateAt(i);
148 void InfoBarContainerGtk::ShowArrowForDelegate(InfoBarDelegate* delegate,
178 void InfoBarContainerGtk::AddInfoBar(InfoBarDelegate* delegate, bool animate) {
193 void InfoBarContainerGtk::RemoveInfoBar(InfoBarDelegate* delegate,
203 InfoBarDelegate* next_delegate = NULL;