Searched defs:RemoveInfoBar (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar.cc62 void InfoBar::RemoveInfoBar() { function in class:InfoBar
136 container_->RemoveInfoBar(this);
H A Dinfobar_container.cc36 // InfoBar::MaybeDelete() from calling RemoveInfoBar() a second time if the
39 RemoveInfoBar(infobar);
97 tab_contents_->RemoveInfoBar(delegate);
100 void InfoBarContainer::RemoveInfoBar(InfoBar* infobar) { function in class:InfoBarContainer
128 RemoveInfoBar(Details<InfoBarDelegate>(details).ptr(), true);
134 RemoveInfoBar(infobar_pair->first, false);
145 void InfoBarContainer::RemoveInfoBar(InfoBarDelegate* delegate, function in class:InfoBarContainer
154 // We merely need hide the infobar; it will call back to RemoveInfoBar()
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_container_gtk.cc109 tab_contents_->RemoveInfoBar(delegate);
126 RemoveInfoBar(Details<InfoBarDelegate>(details).ptr(), true);
132 RemoveInfoBar(delegates->first, false);
193 void InfoBarContainerGtk::RemoveInfoBar(InfoBarDelegate* delegate, function in class:InfoBarContainerGtk
H A Dinfobar_gtk.cc136 void InfoBar::RemoveInfoBar() const { function in class:InfoBar
246 RemoveInfoBar();

Completed in 77 milliseconds