Searched defs:ShouldExpireInternal (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/infobars/
H A Dsimple_alert_infobar_delegate.cc46 bool SimpleAlertInfoBarDelegate::ShouldExpireInternal( function in class:SimpleAlertInfoBarDelegate
48 return auto_expire_ && ConfirmInfoBarDelegate::ShouldExpireInternal(details);
/external/chromium_org/components/infobars/core/
H A Dconfirm_infobar_delegate.cc54 bool ConfirmInfoBarDelegate::ShouldExpireInternal( function in class:ConfirmInfoBarDelegate
57 InfoBarDelegate::ShouldExpireInternal(details);
H A Dinfobar_delegate.cc33 return ShouldExpireInternal(details);
105 bool InfoBarDelegate::ShouldExpireInternal( function in class:infobars::InfoBarDelegate
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate.cc70 bool AutofillCCInfoBarDelegate::ShouldExpireInternal( function in class:autofill::AutofillCCInfoBarDelegate
/external/chromium_org/chrome/browser/media/
H A Dprotected_media_identifier_infobar_delegate.cc85 bool ProtectedMediaIdentifierInfoBarDelegate::ShouldExpireInternal( function in class:ProtectedMediaIdentifierInfoBarDelegate
87 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
/external/chromium_org/chrome/browser/ui/startup/
H A Dautolaunch_prompt_win.cc55 virtual bool ShouldExpireInternal(
126 bool AutolaunchInfoBarDelegate::ShouldExpireInternal( function in class:__anon5149::AutolaunchInfoBarDelegate
H A Ddefault_browser_prompt.cc82 virtual bool ShouldExpireInternal(
173 bool DefaultBrowserInfoBarDelegate::ShouldExpireInternal( function in class:__anon5150::DefaultBrowserInfoBarDelegate
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker_infobar_delegate.cc115 bool GoogleURLTrackerInfoBarDelegate::ShouldExpireInternal( function in class:GoogleURLTrackerInfoBarDelegate
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_infobar_delegate.cc130 bool GeolocationInfoBarDelegate::ShouldExpireInternal( function in class:GeolocationInfoBarDelegate
132 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc179 virtual bool ShouldExpireInternal(
228 bool ExtensionDevToolsInfoBarDelegate::ShouldExpireInternal( function in class:extensions::__anon3666::ExtensionDevToolsInfoBarDelegate

Completed in 493 milliseconds