Searched refs:ShouldExpire (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/components/pdf/browser/
H A Dopen_pdf_in_reader_prompt_client.h26 virtual bool ShouldExpire(
H A Dpdf_web_contents_helper.cc62 open_in_reader_prompt_->ShouldExpire(details)) {
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_infobar_delegate.h38 virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
H A Ddata_reduction_proxy_infobar_delegate.cc45 bool DataReductionProxyInfoBarDelegate::ShouldExpire( function in class:DataReductionProxyInfoBarDelegate
/external/chromium_org/chrome/browser/password_manager/
H A Dsave_password_infobar_delegate.cc113 bool SavePasswordInfoBarDelegate::ShouldExpire( function in class:SavePasswordInfoBarDelegate
116 infobars::InfoBarDelegate::ShouldExpire(details);
H A Dsave_password_infobar_delegate.h57 virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_unsupported_feature.cc65 virtual bool ShouldExpire(
88 bool PDFEnableAdobeReaderPromptClient::ShouldExpire( function in class:__anon5133::PDFEnableAdobeReaderPromptClient
245 virtual bool ShouldExpire(
286 bool PDFUnsupportedFeaturePromptClient::ShouldExpire( function in class:__anon5133::PDFUnsupportedFeaturePromptClient
/external/chromium_org/components/infobars/core/
H A Dinfobar_delegate.cc29 bool InfoBarDelegate::ShouldExpire(const NavigationDetails& details) const { function in class:infobars::InfoBarDelegate
H A Dinfobar_delegate.h93 virtual bool ShouldExpire(const NavigationDetails& details) const;
H A Dinfobar_manager.cc121 if (infobar->delegate()->ShouldExpire(details))
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_navigation_observer.cc91 virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
116 bool SupervisedUserWarningInfoBarDelegate::ShouldExpire( function in class:__anon4733::SupervisedUserWarningInfoBarDelegate
H A Dsupervised_user_interstitial.cc135 // which ShouldExpire() returns true.
151 if (infobar->delegate()->ShouldExpire(
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_infobar_delegate.h198 virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
H A Dtranslate_infobar_delegate.cc357 bool TranslateInfoBarDelegate::ShouldExpire( function in class:translate::TranslateInfoBarDelegate
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_unittest.cc679 EXPECT_FALSE(infobar_delegate->ShouldExpire(
683 EXPECT_TRUE(infobar_delegate->ShouldExpire(

Completed in 331 milliseconds