Home | History | Annotate | Download | only in web_contents

Lines Matching refs:interstitial

157   // It would be inconsistent to create an interstitial with no new navigation
158 // (which is the case when the interstitial was triggered by a sub-resource on
171 // If an interstitial is already showing or about to be shown, close it before
173 // Be careful not to take an action on the old interstitial more than once.
177 InterstitialPageImpl* interstitial = iter->second;
178 if (interstitial->action_taken_ != NO_ACTION) {
179 interstitial->Hide();
181 // If we are currently showing an interstitial page for which we created
182 // a transient entry and a new interstitial is shown as the result of a
187 if (new_navigation_ && interstitial->new_navigation_)
188 interstitial->should_discard_pending_nav_entry_= false;
189 interstitial->DontProceed();
249 // the renderer crashed while the interstitial was showing.
256 // If the focus was on the interstitial, let's keep it to the page.
298 // We are navigating away from the interstitial (the user has typed a URL
300 // interstitial will have no effect. Also cancel any blocked requests
357 // If we haven't already started shutdown, just dismiss the interstitial.
368 // interstitial while the interstitial was loading, that would have disabled
376 // No need to handle navigate message from iframe in the interstitial page.
389 // If the page has focus, focus the interstitial.
393 // Hide the original RVH since we're showing the interstitial instead.
400 // this, navigating in a UI test to a URL that triggers an interstitial would
421 // interstitial created with that flag set to false is with the
422 // SafeBrowsingBlockingPage, when the resource triggering the interstitial
429 // If this interstitial is shown on an existing navigation entry, we'll need
488 // Interstitial pages don't want to share the session storage so we mint a
528 // Don't show the interstitial until we have navigated to it.
552 // interstitial was shown as a result of a resource loading in the page.
582 // means the interstitial was shown as a result of a resource loading in the
607 // disable the interstitial, but keep it visible until the navigation
610 // If this interstitial was shown for a new navigation, allow any navigations
723 // We are navigating away from the interstitial or closing a tab with an
724 // interstitial. Default to DontProceed(). We don't just call Hide as