HomeSort by relevance Sort by last modified time
    Searched defs:ShouldExpireInternal (Results 1 - 11 of 11) 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);
confirm_infobar_delegate.cc 52 bool ConfirmInfoBarDelegate::ShouldExpireInternal(
55 InfoBarDelegate::ShouldExpireInternal(details);
infobar_delegate.cc 39 return ShouldExpireInternal(details);
117 bool InfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.cc 58 bool MIDIPermissionInfoBarDelegate::ShouldExpireInternal(
60 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate.cc 68 bool AutofillCCInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.cc 82 bool GeolocationInfoBarDelegate::ShouldExpireInternal(
84 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
  /external/chromium_org/chrome/browser/google/
google_url_tracker_infobar_delegate.cc 120 bool GoogleURLTrackerInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/
chrome_quota_permission_context.cc 55 virtual bool ShouldExpireInternal(
107 bool RequestQuotaInfoBarDelegate::ShouldExpireInternal(
  /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(
174 bool DefaultBrowserInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 169 virtual bool ShouldExpireInternal(
222 bool ExtensionDevToolsInfoBarDelegate::ShouldExpireInternal(

Completed in 386 milliseconds