Home
last modified time | relevance | path

Searched refs:NotifyInfoBarRemoved (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/infobars/
Dinfobar_service.cc87 void InfoBarService::NotifyInfoBarRemoved(InfoBar* infobar, bool animate) { in NotifyInfoBarRemoved() function in InfoBarService
88 InfoBarManager::NotifyInfoBarRemoved(infobar, animate); in NotifyInfoBarRemoved()
Dinfobar_service.h59 virtual void NotifyInfoBarRemoved(infobars::InfoBar* infobar,
/external/chromium_org/components/infobars/core/
Dinfobar_manager.cc130 void InfoBarManager::NotifyInfoBarRemoved(InfoBar* infobar, bool animate) { in NotifyInfoBarRemoved() function in infobars::InfoBarManager
151 NotifyInfoBarRemoved(infobar, animate); in RemoveInfoBarInternal()
Dinfobar_manager.h100 virtual void NotifyInfoBarRemoved(InfoBar* infobar, bool animate);