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

  /external/chromium_org/components/pdf/browser/
open_pdf_in_reader_prompt_client.h 26 virtual bool ShouldExpire(
pdf_web_contents_helper.cc 62 open_in_reader_prompt_->ShouldExpire(details)) {
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_infobar_delegate.h 38 virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
data_reduction_proxy_infobar_delegate.cc 45 bool DataReductionProxyInfoBarDelegate::ShouldExpire(
  /external/chromium_org/chrome/browser/password_manager/
save_password_infobar_delegate.h 57 virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
save_password_infobar_delegate.cc 113 bool SavePasswordInfoBarDelegate::ShouldExpire(
116 infobars::InfoBarDelegate::ShouldExpire(details);
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_unsupported_feature.cc 65 virtual bool ShouldExpire(
88 bool PDFEnableAdobeReaderPromptClient::ShouldExpire(
245 virtual bool ShouldExpire(
286 bool PDFUnsupportedFeaturePromptClient::ShouldExpire(
  /external/chromium_org/components/infobars/core/
infobar_delegate.cc 29 bool InfoBarDelegate::ShouldExpire(const NavigationDetails& details) const {
infobar_delegate.h 93 virtual bool ShouldExpire(const NavigationDetails& details) const;
infobar_manager.cc 121 if (infobar->delegate()->ShouldExpire(details))
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_navigation_observer.cc 91 virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
116 bool SupervisedUserWarningInfoBarDelegate::ShouldExpire(
supervised_user_interstitial.cc 135 // which ShouldExpire() returns true.
151 if (infobar->delegate()->ShouldExpire(
  /external/chromium_org/components/translate/core/browser/
translate_infobar_delegate.h 198 virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
translate_infobar_delegate.cc 357 bool TranslateInfoBarDelegate::ShouldExpire(
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 679 EXPECT_FALSE(infobar_delegate->ShouldExpire(
683 EXPECT_TRUE(infobar_delegate->ShouldExpire(
    [all...]

Completed in 266 milliseconds