/external/chromium/chrome/browser/tab_contents/ |
D | simple_alert_infobar_delegate.cc | 25 bool SimpleAlertInfoBarDelegate::ShouldExpire( in ShouldExpire() function in SimpleAlertInfoBarDelegate 27 return auto_expire_ && ConfirmInfoBarDelegate::ShouldExpire(details); in ShouldExpire()
|
D | simple_alert_infobar_delegate.h | 28 virtual bool ShouldExpire(
|
D | infobar_delegate.h | 71 virtual bool ShouldExpire(
|
D | infobar_delegate.cc | 22 bool InfoBarDelegate::ShouldExpire( in ShouldExpire() function in InfoBarDelegate
|
/external/chromium_org/chrome/browser/ui/pdf/ |
D | pdf_unsupported_feature.cc | 76 virtual bool ShouldExpire( 99 bool PDFEnableAdobeReaderPromptDelegate::ShouldExpire( in ShouldExpire() function in __anon3592ef8c0111::PDFEnableAdobeReaderPromptDelegate 257 virtual bool ShouldExpire( 323 bool PDFUnsupportedFeaturePromptDelegate::ShouldExpire( in ShouldExpire() function in __anon3592ef8c0111::PDFUnsupportedFeaturePromptDelegate
|
D | open_pdf_in_reader_prompt_delegate.h | 24 virtual bool ShouldExpire(
|
D | pdf_tab_helper.cc | 58 open_in_reader_prompt_->ShouldExpire(details)) { in DidNavigateMainFrame()
|
/external/chromium/chrome/browser/ |
D | omnibox_search_hint.cc | 58 virtual bool ShouldExpire( 100 bool HintInfoBar::ShouldExpire( in ShouldExpire() function in HintInfoBar
|
/external/chromium_org/chrome/browser/managed_mode/ |
D | managed_mode_navigation_observer.cc | 93 virtual bool ShouldExpire( 119 bool ManagedModeWarningInfoBarDelegate::ShouldExpire( in ShouldExpire() function in __anonfc238d100111::ManagedModeWarningInfoBarDelegate
|
D | managed_mode_interstitial.cc | 71 if (service->infobar_at(i)->delegate()->ShouldExpire(details)) in ManagedModeInterstitial()
|
/external/chromium/chrome/browser/custom_handlers/ |
D | register_protocol_handler_infobar_delegate.h | 26 virtual bool ShouldExpire(const NavigationController::LoadCommittedDetails&
|
D | register_protocol_handler_infobar_delegate.cc | 22 bool RegisterProtocolHandlerInfoBarDelegate::ShouldExpire( in ShouldExpire() function in RegisterProtocolHandlerInfoBarDelegate
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_cc_infobar_delegate.h | 38 virtual bool ShouldExpire(
|
D | autofill_cc_infobar_delegate.cc | 41 bool AutofillCCInfoBarDelegate::ShouldExpire( in ShouldExpire() function in AutofillCCInfoBarDelegate
|
/external/chromium_org/chrome/browser/infobars/ |
D | infobar_delegate.h | 73 virtual bool ShouldExpire(const content::LoadCommittedDetails& details) const;
|
D | infobar_delegate.cc | 35 bool InfoBarDelegate::ShouldExpire( in ShouldExpire() function in InfoBarDelegate
|
D | infobar_service.cc | 99 if (infobar->delegate()->ShouldExpire(load_details)) in NavigationEntryCommitted()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | keystone_infobar.mm | 49 virtual bool ShouldExpire( 86 bool KeystonePromotionInfoBarDelegate::ShouldExpire(
|
/external/chromium_org/chrome/browser/translate/ |
D | translate_infobar_delegate.h | 197 virtual bool ShouldExpire(
|
D | translate_infobar_delegate.cc | 335 bool TranslateInfoBarDelegate::ShouldExpire( in ShouldExpire() function in TranslateInfoBarDelegate
|
/external/chromium_org/chrome/browser/geolocation/ |
D | chrome_geolocation_permission_context_unittest.cc | 670 EXPECT_FALSE(infobar_delegate->ShouldExpire(details)); in TEST_F() 673 EXPECT_TRUE(infobar_delegate->ShouldExpire(details)); in TEST_F()
|
/external/chromium/chrome/browser/ui/ |
D | browser_init.cc | 144 virtual bool ShouldExpire( 186 bool DefaultBrowserInfoBarDelegate::ShouldExpire( in ShouldExpire() function in __anon8d9d44a60111::DefaultBrowserInfoBarDelegate
|