HomeSort by relevance Sort by last modified time
    Searched refs:ShouldExpire (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/ui/pdf/
open_pdf_in_reader_prompt_delegate.h 24 virtual bool ShouldExpire(
pdf_tab_helper.cc 50 open_in_reader_prompt_->ShouldExpire(details)) {
pdf_unsupported_feature.cc 73 virtual bool ShouldExpire(
96 bool PDFEnableAdobeReaderPromptDelegate::ShouldExpire(
254 virtual bool ShouldExpire(
318 bool PDFUnsupportedFeaturePromptDelegate::ShouldExpire(
  /external/chromium/chrome/browser/tab_contents/
simple_alert_infobar_delegate.cc 25 bool SimpleAlertInfoBarDelegate::ShouldExpire(
27 return auto_expire_ && ConfirmInfoBarDelegate::ShouldExpire(details);
simple_alert_infobar_delegate.h 28 virtual bool ShouldExpire(
infobar_delegate.h 71 virtual bool ShouldExpire(
infobar_delegate.cc 22 bool InfoBarDelegate::ShouldExpire(
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 26 virtual bool ShouldExpire(const NavigationController::LoadCommittedDetails&
register_protocol_handler_infobar_delegate.cc 22 bool RegisterProtocolHandlerInfoBarDelegate::ShouldExpire(
  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 38 virtual bool ShouldExpire(
autofill_cc_infobar_delegate.cc 41 bool AutofillCCInfoBarDelegate::ShouldExpire(
  /external/chromium_org/chrome/browser/infobars/
infobar_delegate.h 79 virtual bool ShouldExpire(const content::LoadCommittedDetails& details) const;
infobar_delegate.cc 34 bool InfoBarDelegate::ShouldExpire(
infobar_service.cc 141 if (infobar->ShouldExpire(committed_details))
  /external/chromium/chrome/browser/
omnibox_search_hint.cc 58 virtual bool ShouldExpire(
100 bool HintInfoBar::ShouldExpire(
  /external/chromium_org/chrome/browser/translate/
translate_infobar_delegate.h 198 virtual bool ShouldExpire(
translate_infobar_delegate.cc 416 bool TranslateInfoBarDelegate::ShouldExpire(
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_navigation_observer.cc 86 virtual bool ShouldExpire(
112 bool ManagedModeWarningInfoBarDelegate::ShouldExpire(
  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_unittest.cc 646 EXPECT_FALSE(infobar_delegate->ShouldExpire(details));
649 EXPECT_TRUE(infobar_delegate->ShouldExpire(details));
  /external/chromium/chrome/browser/ui/
browser_init.cc 144 virtual bool ShouldExpire(
186 bool DefaultBrowserInfoBarDelegate::ShouldExpire(
    [all...]

Completed in 1055 milliseconds