HomeSort by relevance Sort by last modified time
    Searched defs:RemoveInfoBar (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/infobars/
infobar.cc 62 void InfoBar::RemoveInfoBar() {
136 container_->RemoveInfoBar(this);
infobar_container.cc 36 // InfoBar::MaybeDelete() from calling RemoveInfoBar() a second time if the
39 RemoveInfoBar(infobar);
97 tab_contents_->RemoveInfoBar(delegate);
100 void InfoBarContainer::RemoveInfoBar(InfoBar* infobar) {
128 RemoveInfoBar(Details<InfoBarDelegate>(details).ptr(), true);
134 RemoveInfoBar(infobar_pair->first, false);
145 void InfoBarContainer::RemoveInfoBar(InfoBarDelegate* delegate,
154 // We merely need hide the infobar; it will call back to RemoveInfoBar()
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.cc 109 tab_contents_->RemoveInfoBar(delegate);
126 RemoveInfoBar(Details<InfoBarDelegate>(details).ptr(), true);
132 RemoveInfoBar(delegates->first, false);
193 void InfoBarContainerGtk::RemoveInfoBar(InfoBarDelegate* delegate,
infobar_gtk.cc 136 void InfoBar::RemoveInfoBar() const {
246 RemoveInfoBar();

Completed in 46 milliseconds