HomeSort by relevance Sort by last modified time
    Searched refs:ShouldExpireInternal (Results 1 - 19 of 19) 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 65 virtual bool ShouldExpireInternal(
infobar_delegate.cc 39 return ShouldExpireInternal(details);
117 bool InfoBarDelegate::ShouldExpireInternal(
infobar_delegate.h 77 // can override either this function or ShouldExpireInternal(), depending on
126 virtual bool ShouldExpireInternal(
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.h 49 virtual bool ShouldExpireInternal(
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.h 50 virtual bool ShouldExpireInternal(
google_url_tracker_infobar_delegate.cc 120 bool GoogleURLTrackerInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.h 44 virtual bool ShouldExpireInternal(
midi_permission_infobar_delegate.cc 58 bool MIDIPermissionInfoBarDelegate::ShouldExpireInternal(
60 // 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(
174 bool DefaultBrowserInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 57 virtual bool ShouldExpireInternal(
autofill_cc_infobar_delegate.cc 68 bool AutofillCCInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/
chrome_quota_permission_context.cc 55 virtual bool ShouldExpireInternal(
107 bool RequestQuotaInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 169 virtual bool ShouldExpireInternal(
222 bool ExtensionDevToolsInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/translate/
translate_infobar_delegate.cc 423 return InfoBarDelegate::ShouldExpireInternal(details);

Completed in 158 milliseconds