Home | History | Annotate | Download | only in signin

Lines Matching refs:interstitial

131   // Simulate the load causing an merge session interstitial page
133 InterstitialPage* interstitial = GetMergeSessionLoadPage();
134 EXPECT_FALSE(interstitial);
149 // Simulate the load causing an merge session interstitial page
151 InterstitialPage* interstitial = GetMergeSessionLoadPage();
152 EXPECT_FALSE(interstitial);
164 // Simulate the load causing an merge session interstitial page
167 InterstitialPage* interstitial = GetMergeSessionLoadPage();
168 ASSERT_TRUE(interstitial);
178 // Commit navigation and the interstitial page is gone.