Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/tab_contents/
Dsimple_alert_infobar_delegate.cc19 auto_expire_(auto_expire) { in SimpleAlertInfoBarDelegate()
27 return auto_expire_ && ConfirmInfoBarDelegate::ShouldExpire(details); in ShouldExpire()
Dsimple_alert_infobar_delegate.h37 bool auto_expire_; // Should it expire automatically on navigation? variable
/external/chromium_org/chrome/browser/infobars/
Dsimple_alert_infobar_delegate.cc28 auto_expire_(auto_expire) { in SimpleAlertInfoBarDelegate()
48 return auto_expire_ && ConfirmInfoBarDelegate::ShouldExpireInternal(details); in ShouldExpireInternal()
Dsimple_alert_infobar_delegate.h37 bool auto_expire_; // Should it expire automatically on navigation? variable