Searched refs:security_interstitial_tab_helper (Results 1 – 5 of 5) sorted by relevance
100 security_interstitial_tab_helper = in ShouldDisplayURL() local103 if (security_interstitial_tab_helper && in ShouldDisplayURL()104 security_interstitial_tab_helper->IsDisplayingInterstitial()) in ShouldDisplayURL()105 return security_interstitial_tab_helper->ShouldDisplayURL(); in ShouldDisplayURL()
172 security_interstitial_tab_helper = security_interstitials:: in StartApplicationResponse() local174 if (ui_manager->IsWhitelisted(resource) && security_interstitial_tab_helper && in StartApplicationResponse()175 security_interstitial_tab_helper->IsDisplayingInterstitial()) { in StartApplicationResponse()
44 "security_interstitial_tab_helper.cc",45 "security_interstitial_tab_helper.h",
47 "security_interstitial_tab_helper.cc",48 "security_interstitial_tab_helper.h",
1004 security_interstitial_tab_helper = security_interstitials:: in IsDisplayingInterstitialForTesting() local1006 return security_interstitial_tab_helper && in IsDisplayingInterstitialForTesting()1007 security_interstitial_tab_helper->IsDisplayingInterstitial(); in IsDisplayingInterstitialForTesting()1530 security_interstitial_tab_helper = security_interstitials:: in DidFinishNavigation() local1532 if (security_interstitial_tab_helper && in DidFinishNavigation()1533 (security_interstitial_tab_helper->IsInterstitialPendingForNavigation( in DidFinishNavigation()1535 security_interstitial_tab_helper->IsDisplayingInterstitial())) { in DidFinishNavigation()