Searched defs:ShouldExpireInternal (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/infobars/
H A Dsimple_alert_infobar_delegate.cc46 bool SimpleAlertInfoBarDelegate::ShouldExpireInternal( function in class:SimpleAlertInfoBarDelegate
48 return auto_expire_ && ConfirmInfoBarDelegate::ShouldExpireInternal(details);
H A Dconfirm_infobar_delegate.cc52 bool ConfirmInfoBarDelegate::ShouldExpireInternal( function in class:ConfirmInfoBarDelegate
55 InfoBarDelegate::ShouldExpireInternal(details);
H A Dinfobar_delegate.cc40 return ShouldExpireInternal(details);
123 bool InfoBarDelegate::ShouldExpireInternal( function in class:InfoBarDelegate
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate.cc68 bool AutofillCCInfoBarDelegate::ShouldExpireInternal( function in class:autofill::AutofillCCInfoBarDelegate
/external/chromium_org/chrome/browser/google/
H A Dgoogle_url_tracker_infobar_delegate.cc120 bool GoogleURLTrackerInfoBarDelegate::ShouldExpireInternal( function in class:GoogleURLTrackerInfoBarDelegate
/external/chromium_org/chrome/browser/media/
H A Dmidi_permission_infobar_delegate.cc65 bool MIDIPermissionInfoBarDelegate::ShouldExpireInternal( function in class:MIDIPermissionInfoBarDelegate
67 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
H A Dprotected_media_identifier_infobar_delegate.cc83 bool ProtectedMediaIdentifierInfoBarDelegate::ShouldExpireInternal( function in class:ProtectedMediaIdentifierInfoBarDelegate
85 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
/external/chromium_org/chrome/browser/ui/startup/
H A Dautolaunch_prompt_win.cc56 virtual bool ShouldExpireInternal(
127 bool AutolaunchInfoBarDelegate::ShouldExpireInternal( function in class:__anon6492::AutolaunchInfoBarDelegate
H A Ddefault_browser_prompt.cc82 virtual bool ShouldExpireInternal(
173 bool DefaultBrowserInfoBarDelegate::ShouldExpireInternal( function in class:__anon6493::DefaultBrowserInfoBarDelegate
/external/chromium_org/chrome/browser/
H A Dchrome_quota_permission_context.cc56 virtual bool ShouldExpireInternal(
106 bool RequestQuotaInfoBarDelegate::ShouldExpireInternal( function in class:__anon4430::RequestQuotaInfoBarDelegate
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_infobar_delegate.cc130 bool GeolocationInfoBarDelegate::ShouldExpireInternal( function in class:GeolocationInfoBarDelegate
132 // This implementation matches InfoBarDelegate::ShouldExpireInternal(), but
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc160 virtual bool ShouldExpireInternal(
212 bool ExtensionDevToolsInfoBarDelegate::ShouldExpireInternal( function in class:__anon4962::ExtensionDevToolsInfoBarDelegate

Completed in 142 milliseconds