Searched defs:interstitial (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_navigator_impl.cc15 InterstitialPageImpl* interstitial,
17 : interstitial_(interstitial),
28 // to the interstitial page code.
14 InterstitialPageNavigatorImpl( InterstitialPageImpl* interstitial, NavigationControllerImpl* navigation_controller) argument
H A Dinterstitial_page_impl.cc183 // It would be inconsistent to create an interstitial with no new navigation
184 // (which is the case when the interstitial was triggered by a sub-resource on
197 // If an interstitial is already showing or about to be shown, close it before
199 // Be careful not to take an action on the old interstitial more than once.
203 InterstitialPageImpl* interstitial = iter->second; local
204 if (interstitial->action_taken_ != NO_ACTION) {
205 interstitial->Hide();
207 // If we are currently showing an interstitial page for which we created
208 // a transient entry and a new interstitial is shown as the result of a
213 if (new_navigation_ && interstitial
[all...]
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_load_page_unittest.cc131 // Simulate the load causing an merge session interstitial page
133 InterstitialPage* interstitial = GetMergeSessionLoadPage(); local
134 EXPECT_FALSE(interstitial);
149 // Simulate the load causing an merge session interstitial page
151 InterstitialPage* interstitial = GetMergeSessionLoadPage(); local
152 EXPECT_FALSE(interstitial);
164 // Simulate the load causing an merge session interstitial page
167 InterstitialPage* interstitial = GetMergeSessionLoadPage(); local
168 ASSERT_TRUE(interstitial);
178 // Commit navigation and the interstitial pag
[all...]
/external/chromium_org/chrome/browser/chromeos/offline/
H A Doffline_load_page_unittest.cc99 // Simulate the load causing an offline browsing interstitial page
102 InterstitialPage* interstitial = GetOfflineLoadPage(); local
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(); local
130 ASSERT_TRUE(interstitial);
134 interstitial->DontProceed();
136 // The interstitial shoul
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_unittest.cc156 InterstitialPage* interstitial = local
158 if (!interstitial)
161 interstitial->GetDelegateForTesting());
226 // Simulate the load causing a safe browsing interstitial to be shown.
237 // The interstitial should be gone.
261 // Simulate the load causing a safe browsing interstitial to be shown.
270 // The interstitial is shown until the navigation commits.
274 // The interstitial should be gone now.
297 // Simulate that page loading a bad-resource triggering an interstitial.
331 // Simulate that page loading a bad-resource triggering an interstitial
[all...]
H A Dsafe_browsing_blocking_page.cc66 // For malware interstitial pages, we link the problematic URL to Google's
86 // After a malware interstitial where the user opted-in to the report
226 // ExperienceSampling: Set up new sampling event for this interstitial.
227 // This needs to handle all types of warnings this interstitial can show.
326 // If the load is blocked, we want to close the interstitial and discard
334 // to a safe page. We will close the interstitial when that page commits.
420 // received while we were showing the interstitial.
425 // Build an interstitial for all the unsafe resources notifications.
426 // Don't show it now as showing an interstitial while an interstitial i
648 InterstitialPage* interstitial = local
[all...]
H A Dsafe_browsing_blocking_page_test.cc466 // We'll get notified when the interstitial is deleted.
516 // Trigger the safe browsing interstitial page via a redirect in
524 // Cancel the redirect request while interstitial page is open.
541 InterstitialPage* interstitial = InterstitialPage::GetInterstitialPage( local
543 if (!interstitial)
545 return interstitial->GetRenderViewHostForTesting();
599 // going back from a main-frame malware interstitial page will not cause a
668 AssertNoInterstitial(false); // Assert the interstitial is gone
693 AssertNoInterstitial(false); // Assert the interstitial is gone
702 AssertNoInterstitial(true); // Assert the interstitial i
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_interstitial.cc100 SupervisedUserInterstitial* interstitial = local
103 // If Init() does not complete fully, immediately delete the interstitial.
104 if (!interstitial->Init())
105 delete interstitial;
127 // request without showing the interstitial.
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_android.cc219 InterstitialPage* interstitial = InterstitialPage::Create( local
221 delegate->set_interstitial_page(interstitial);
222 interstitial->Show();
H A Dweb_contents_impl_unittest.cc101 TestInterstitialPage* interstitial) = 0;
108 // |deleted| (like all interstitial related tests do at this point), make sure
113 // interstitial, as in such a case it will be destroyed in the test TearDown
226 TestInterstitialPage* interstitial) OVERRIDE {
227 DCHECK(interstitial_page_ == interstitial);
1451 // as when a URL is typed in the location bar) that shows an interstitial and
1460 // Initiate a browser navigation that will trigger the interstitial
1464 // Show an interstitial.
1468 GURL url2("http://interstitial");
1469 TestInterstitialPage* interstitial local
1516 TestInterstitialPage* interstitial = local
1561 TestInterstitialPage* interstitial = local
1612 TestInterstitialPage* interstitial = local
1670 TestInterstitialPage* interstitial = local
1727 TestInterstitialPage* interstitial = local
1769 TestInterstitialPage* interstitial = local
1797 TestInterstitialPage* interstitial = local
1832 TestInterstitialPage* interstitial = local
1872 TestInterstitialPage* interstitial = local
1894 TestInterstitialPage* interstitial = local
1916 TestInterstitialPage* interstitial = local
1951 TestInterstitialPage* interstitial = local
2091 TestInterstitialPage* interstitial = local
2163 TestInterstitialPage* interstitial = local
2204 TestInterstitialPage* interstitial = local
2253 TestInterstitialPage* interstitial = local
2286 TestInterstitialPage* interstitial = local
2337 TestInterstitialPage* interstitial = local
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc229 // Displays "INTERSTITIAL" while the interstitial is attached.
1895 TestInterstitialPage* interstitial = NULL; local
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; local
1956 interstitial = new TestInterstitialPage(contents, false, GURL());
1960 // The interstitial should have closed the dialog.
1971 interstitial
[all...]

Completed in 445 milliseconds