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

  /external/chromium_org/chrome/browser/infobars/
simple_alert_infobar_delegate.cc 46 bool SimpleAlertInfoBarDelegate::ShouldExpireInternal(
48 return auto_expire_ && ConfirmInfoBarDelegate::ShouldExpireInternal(details);
  /external/chromium_org/components/google/core/browser/
google_url_tracker_infobar_delegate.cc 115 bool GoogleURLTrackerInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/components/infobars/core/
confirm_infobar_delegate.cc 54 bool ConfirmInfoBarDelegate::ShouldExpireInternal(
57 InfoBarDelegate::ShouldExpireInternal(details);
infobar_delegate.cc 33 return ShouldExpireInternal(details);
105 bool InfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate.cc 70 bool AutofillCCInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/media/
protected_media_identifier_infobar_delegate.cc 85 bool ProtectedMediaIdentifierInfoBarDelegate::ShouldExpireInternal(
87 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.cc 130 bool GeolocationInfoBarDelegate::ShouldExpireInternal(
132 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
  /external/chromium_org/chrome/browser/ui/startup/
autolaunch_prompt_win.cc 55 virtual bool ShouldExpireInternal(
126 bool AutolaunchInfoBarDelegate::ShouldExpireInternal(
default_browser_prompt.cc 82 virtual bool ShouldExpireInternal(
173 bool DefaultBrowserInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 179 virtual bool ShouldExpireInternal(
228 bool ExtensionDevToolsInfoBarDelegate::ShouldExpireInternal(

Completed in 472 milliseconds