Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:interstitial

40 // For malware interstitial pages, we link the problematic URL to Google's
460 // Note that we cannot just put a link in the interstitial at this point.
461 // It is not OK to navigate in the context of an interstitial page.
499 // received while we were showing the interstitial.
504 // Build an interstitial for all the unsafe resources notifications.
505 // Don't show it now as showing an interstitial while an interstitial is
515 // Now that this interstitial is gone, we can show the new one.
525 // We still want to hide the interstitial page.
537 // notifications we received while the interstitial was showing.
558 // Determine the interstitial type from the blocked resources.
561 // interstitial is being displayed.
641 InterstitialPage* interstitial =
643 if (interstitial &&
645 // There is already an interstitial showing and we are about to display a
648 interstitial->DontProceed();
649 interstitial = NULL;
652 if (!interstitial) {
653 // There are no interstitial currently showing in that tab, go ahead and
654 // show this interstitial.
667 // This is an interstitial for a page's resource, let's queue it.