Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:interstitial

66 // For malware interstitial pages, we link the problematic URL to Google's
86 // After a malware interstitial where the user opted-in to the report
226 // ExperienceSampling: Set up new sampling event for this interstitial.
227 // This needs to handle all types of warnings this interstitial can show.
326 // If the load is blocked, we want to close the interstitial and discard
334 // to a safe page. We will close the interstitial when that page commits.
420 // received while we were showing the interstitial.
425 // Build an interstitial for all the unsafe resources notifications.
426 // Don't show it now as showing an interstitial while an interstitial is
433 // Now that this interstitial is gone, we can show the new one.
466 // notifications we received while the interstitial was showing.
500 UMA_HISTOGRAM_ENUMERATION("interstitial.malware.decision",
505 UMA_HISTOGRAM_ENUMERATION("interstitial.harmful.decision",
510 UMA_HISTOGRAM_ENUMERATION("interstitial.phishing.decision",
540 UMA_HISTOGRAM_ENUMERATION("interstitial.malware.decision.repeat_visit",
543 UMA_HISTOGRAM_ENUMERATION("interstitial.malware.decision.repeat_visit",
552 UMA_HISTOGRAM_ENUMERATION("interstitial.malware.interaction",
557 UMA_HISTOGRAM_ENUMERATION("interstitial.harmful.interaction",
562 UMA_HISTOGRAM_ENUMERATION("interstitial.phishing.interaction",
648 InterstitialPage* interstitial =
650 if (interstitial && !unsafe_resource.is_subresource) {
651 // There is already an interstitial showing and we are about to display a
654 interstitial->DontProceed();
655 interstitial = NULL;
658 if (!interstitial) {
659 // There are no interstitial currently showing in that tab, go ahead and
660 // show this interstitial.
667 // This is an interstitial for a page's resource, let's queue it.