Home | History | Annotate | Download | only in offline

Lines Matching refs:interstitial

96   // Simulate the load causing an offline browsing interstitial page
99 InterstitialPage* interstitial = GetOfflineLoadPage();
100 ASSERT_TRUE(interstitial);
104 interstitial->Proceed();
112 // Commit navigation and the interstitial page is gone.
123 // Simulate the load causing an offline interstitial page to be shown.
125 InterstitialPage* interstitial = GetOfflineLoadPage();
126 ASSERT_TRUE(interstitial);
130 interstitial->DontProceed();
132 // The interstitial should be gone.