HomeSort by relevance Sort by last modified time
    Searched refs:ShouldExpireInternal (Results 1 - 21 of 21) 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);
simple_alert_infobar_delegate.h 32 virtual bool ShouldExpireInternal(
confirm_infobar_delegate.h 70 virtual bool ShouldExpireInternal(
infobar_delegate.cc 40 return ShouldExpireInternal(details);
123 bool InfoBarDelegate::ShouldExpireInternal(
infobar_delegate.h 71 // can override either this function or ShouldExpireInternal(), depending on
119 virtual bool ShouldExpireInternal(
  /external/chromium_org/chrome/browser/google/
google_url_tracker_infobar_delegate.h 48 virtual bool ShouldExpireInternal(
google_url_tracker_infobar_delegate.cc 120 bool GoogleURLTrackerInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.h 45 virtual bool ShouldExpireInternal(
protected_media_identifier_infobar_delegate.h 46 virtual bool ShouldExpireInternal(
midi_permission_infobar_delegate.cc 65 bool MIDIPermissionInfoBarDelegate::ShouldExpireInternal(
67 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
protected_media_identifier_infobar_delegate.cc 83 bool ProtectedMediaIdentifierInfoBarDelegate::ShouldExpireInternal(
85 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
  /external/chromium_org/chrome/browser/ui/startup/
autolaunch_prompt_win.cc 56 virtual bool ShouldExpireInternal(
127 bool AutolaunchInfoBarDelegate::ShouldExpireInternal(
default_browser_prompt.cc 82 virtual bool ShouldExpireInternal(
173 bool DefaultBrowserInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 56 virtual bool ShouldExpireInternal(
autofill_cc_infobar_delegate.cc 68 bool AutofillCCInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.h 56 virtual bool ShouldExpireInternal(
geolocation_infobar_delegate.cc 130 bool GeolocationInfoBarDelegate::ShouldExpireInternal(
132 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
  /external/chromium_org/chrome/browser/
chrome_quota_permission_context.cc 56 virtual bool ShouldExpireInternal(
106 bool RequestQuotaInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 160 virtual bool ShouldExpireInternal(
212 bool ExtensionDevToolsInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/translate/
translate_infobar_delegate.cc 342 return InfoBarDelegate::ShouldExpireInternal(details);

Completed in 964 milliseconds