Searched defs:NotifyInfoBarRemoved (Results 1 - 2 of 2) sorted by relevance

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

Completed in 106 milliseconds