HomeSort by relevance Sort by last modified time
    Searched refs:interstitial (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 96 // Simulate the load causing an offline browsing interstitial page
99 InterstitialPage* interstitial = GetOfflineLoadPage(); local
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(); local
126 ASSERT_TRUE(interstitial);
130 interstitial->DontProceed();
132 // The interstitial should be gone
    [all...]
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 66 TestInterstitialPage* interstitial) = 0;
73 // |deleted| (like all interstitial related tests do at this point), make sure
78 // interstitial, as in such a case it will be destroyed in the test TearDown
180 virtual void TestInterstitialPageDeleted(TestInterstitialPage* interstitial) {
181 DCHECK(interstitial_page_ == interstitial);
896 TestInterstitialPage* interstitial = local
941 TestInterstitialPage* interstitial = local
984 TestInterstitialPage* interstitial = local
1033 TestInterstitialPage* interstitial = local
1088 TestInterstitialPage* interstitial = local
1142 TestInterstitialPage* interstitial = local
1182 TestInterstitialPage* interstitial = local
1208 TestInterstitialPage* interstitial = local
1241 TestInterstitialPage* interstitial = local
1279 TestInterstitialPage* interstitial = local
1300 TestInterstitialPage* interstitial = local
1325 TestInterstitialPage* interstitial = local
1459 TestInterstitialPage* interstitial = local
1526 TestInterstitialPage* interstitial = local
1564 TestInterstitialPage* interstitial = local
1611 TestInterstitialPage* interstitial = local
1644 TestInterstitialPage* interstitial = local
1689 TestInterstitialPage* interstitial = local
    [all...]
  /external/chromium/chrome/browser/
pdf_unsupported_feature.cc 144 // interstitial.
160 // An interstitial to be used when the user chooses to open a PDF using Adobe
323 PDFUnsupportedFeatureInterstitial* interstitial = new local
326 interstitial->Show();
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 40 // For malware interstitial pages, we link the problematic URL to Google's
460 // Note that we cannot just put a link in the interstitial at this point.
461 // It is not OK to navigate in the context of an interstitial page.
499 // received while we were showing the interstitial.
504 // Build an interstitial for all the unsafe resources notifications.
505 // Don't show it now as showing an interstitial while an interstitial is
515 // Now that this interstitial is gone, we can show the new one.
525 // We still want to hide the interstitial page.
537 // notifications we received while the interstitial was showing
641 InterstitialPage* interstitial = local
    [all...]
safe_browsing_blocking_page_unittest.cc 130 InterstitialPage* interstitial = local
132 if (!interstitial)
134 return static_cast<SafeBrowsingBlockingPage*>(interstitial);
184 // Simulate the load causing a safe browsing interstitial to be shown.
194 // The interstitial should be gone.
215 // Simulate the load causing a safe browsing interstitial to be shown.
223 // The interstitial is shown until the navigation commits.
227 // The interstitial should be gone now.
248 // Simulate that page loading a bad-resource triggering an interstitial.
279 // Simulate that page loading a bad-resource triggering an interstitial
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 61 bool interstitial) {
64 EXPECT_EQ(interstitial ? INTERSTITIAL_PAGE : NORMAL_PAGE,
249 true); // Interstitial showing
254 false); // No interstitial showing
294 // An interstitial should be showing.
324 // Now go to a bad HTTPS page that shows an interstitial.
328 true); // Interstitial showing
351 // Now go to a bad HTTPS page that shows an interstitial.
355 true); // Interstitial showing
389 // Now go to a bad HTTPS page that shows an interstitial
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 1312 AutomationInterstitialPage* interstitial = local
    [all...]

Completed in 122 milliseconds