Home | History | Annotate | Download | only in ui

Lines Matching refs:interstitial

229 // Displays "INTERSTITIAL" while the interstitial is attached.
248 return "<h1>INTERSTITIAL</h1>";
1895 TestInterstitialPage* interstitial = NULL;
1903 interstitial = new TestInterstitialPage(contents, false, GURL());
1921 interstitial->Proceed();
1923 // interstitial is deleted now.
1932 // Ensure that creating an interstitial page closes any JavaScript dialogs
1948 TestInterstitialPage* interstitial = NULL;
1956 interstitial = new TestInterstitialPage(contents, false, GURL());
1960 // The interstitial should have closed the dialog.
1971 interstitial->DontProceed();
1973 // interstitial is deleted now.
1991 // Interstitial will delete itself when we close the tab.
2007 // interstitial is deleted now.