OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldExpire
(Results
1 - 21
of
21
) sorted by null
/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_org/chrome/browser/ui/pdf/
open_pdf_in_reader_prompt_delegate.h
24
virtual bool
ShouldExpire
(
pdf_unsupported_feature.cc
76
virtual bool
ShouldExpire
(
99
bool PDFEnableAdobeReaderPromptDelegate::
ShouldExpire
(
257
virtual bool
ShouldExpire
(
323
bool PDFUnsupportedFeaturePromptDelegate::
ShouldExpire
(
pdf_tab_helper.cc
58
open_in_reader_prompt_->
ShouldExpire
(details)) {
/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
73
virtual bool
ShouldExpire
(const content::LoadCommittedDetails& details) const;
infobar_delegate.cc
35
bool InfoBarDelegate::
ShouldExpire
(
infobar_service.cc
99
if (infobar->delegate()->
ShouldExpire
(load_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
197
virtual bool
ShouldExpire
(
translate_infobar_delegate.cc
335
bool TranslateInfoBarDelegate::
ShouldExpire
(
/external/chromium_org/chrome/browser/managed_mode/
managed_mode_navigation_observer.cc
93
virtual bool
ShouldExpire
(
119
bool ManagedModeWarningInfoBarDelegate::
ShouldExpire
(
managed_mode_interstitial.cc
56
// which
ShouldExpire
() returns true.
71
if (service->infobar_at(i)->delegate()->
ShouldExpire
(details))
/external/chromium/chrome/browser/ui/
browser_init.cc
144
virtual bool
ShouldExpire
(
186
bool DefaultBrowserInfoBarDelegate::
ShouldExpire
(
[
all
...]
/external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_unittest.cc
670
EXPECT_FALSE(infobar_delegate->
ShouldExpire
(details));
673
EXPECT_TRUE(infobar_delegate->
ShouldExpire
(details));
Completed in 230 milliseconds