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);
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.cc 65 bool MidiPermissionInfoBarDelegate::ShouldExpireInternal(
67 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
protected_media_identifier_infobar_delegate.cc 85 bool ProtectedMediaIdentifierInfoBarDelegate::ShouldExpireInternal(
87 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
  /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);
104 bool InfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate.cc 69 bool AutofillCCInfoBarDelegate::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(
173 bool DefaultBrowserInfoBarDelegate::ShouldExpireInternal(
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.cc 138 bool GeolocationInfoBarDelegate::ShouldExpireInternal(
140 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 179 virtual bool ShouldExpireInternal(
232 bool ExtensionDevToolsInfoBarDelegate::ShouldExpireInternal(

Completed in 1192 milliseconds