Home | History | Annotate | Download | only in offline

Lines Matching refs:interstitial

99   // Simulate the load causing an offline browsing interstitial page
102 InterstitialPage* interstitial = GetOfflineLoadPage();
103 ASSERT_TRUE(interstitial);
107 interstitial->Proceed();
115 // Commit navigation and the interstitial page is gone.
127 // Simulate the load causing an offline interstitial page to be shown.
129 InterstitialPage* interstitial = GetOfflineLoadPage();
130 ASSERT_TRUE(interstitial);
134 interstitial->DontProceed();
136 // The interstitial should be gone.