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

  /external/chromium_org/content/browser/frame_host/
interstitial_page_navigator_impl.cc 15 InterstitialPageImpl* interstitial,
17 : interstitial_(interstitial),
28 // to the interstitial page code.
interstitial_page_navigator_impl.h 18 // navigation to commit, since interstitial pages are not allowed to navigate.
22 InterstitialPageImpl* interstitial,
interstitial_page_impl.cc 182 // It would be inconsistent to create an interstitial with no new navigation
183 // (which is the case when the interstitial was triggered by a sub-resource on
196 // If an interstitial is already showing or about to be shown, close it before
198 // Be careful not to take an action on the old interstitial more than once.
202 InterstitialPageImpl* interstitial = iter->second; local
203 if (interstitial->action_taken_ != NO_ACTION) {
204 interstitial->Hide();
206 // If we are currently showing an interstitial page for which we created
207 // a transient entry and a new interstitial is shown as the result of a
212 if (new_navigation_ && interstitial->new_navigation_
    [all...]
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 99 // 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 should be gone
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 99 TestInterstitialPage* interstitial) = 0;
106 // |deleted| (like all interstitial related tests do at this point), make sure
111 // interstitial, as in such a case it will be destroyed in the test TearDown
224 TestInterstitialPage* interstitial) OVERRIDE {
225 DCHECK(interstitial_page_ == interstitial);
1433 TestInterstitialPage* interstitial = local
1480 TestInterstitialPage* interstitial = local
1525 TestInterstitialPage* interstitial = local
1576 TestInterstitialPage* interstitial = local
1634 TestInterstitialPage* interstitial = local
1691 TestInterstitialPage* interstitial = local
1733 TestInterstitialPage* interstitial = local
1761 TestInterstitialPage* interstitial = local
1796 TestInterstitialPage* interstitial = local
1836 TestInterstitialPage* interstitial = local
1858 TestInterstitialPage* interstitial = local
1880 TestInterstitialPage* interstitial = local
1915 TestInterstitialPage* interstitial = local
2055 TestInterstitialPage* interstitial = local
2126 TestInterstitialPage* interstitial = local
2167 TestInterstitialPage* interstitial = local
2215 TestInterstitialPage* interstitial = local
2248 TestInterstitialPage* interstitial = local
2299 TestInterstitialPage* interstitial = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/signin/
merge_session_load_page_unittest.cc 131 // 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 page is gone
    [all...]
  /external/chromium_org/chrome/browser/resources/
managed_mode_block_interstitial.js 25 * Updates the interstitial to show that the request was sent.
  /external/chromium_org/chrome/browser/resources/ssl/
interstitial_v2.css 92 .interstitial-wrapper {
200 .interstitial-wrapper {
206 .interstitial-wrapper {
234 .interstitial-wrapper {
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_interstitial.cc 40 SupervisedUserInterstitial* interstitial = local
43 // If Init() does not complete fully, immediately delete the interstitial.
44 if (!interstitial->Init())
45 delete interstitial;
64 // request without showing the interstitial.
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 197 InterstitialPage* interstitial = local
199 if (!interstitial)
202 interstitial->GetDelegateForTesting());
270 // Simulate the load causing a safe browsing interstitial to be shown.
281 // The interstitial should be gone.
305 // Simulate the load causing a safe browsing interstitial to be shown.
314 // The interstitial is shown until the navigation commits.
318 // The interstitial should be gone now.
341 // Simulate that page loading a bad-resource triggering an interstitial.
375 // Simulate that page loading a bad-resource triggering an interstitial
    [all...]
safe_browsing_blocking_page.cc 59 // For malware interstitial pages, we link the problematic URL to Google's
91 // After a malware interstitial where the user opted-in to the report
209 // Only use the V2 page if the interstitial is for a single malware or
210 // phishing resource, the multi-threat interstitial has not been updated to
404 // If the load is blocked, we want to close the interstitial and discard
412 // to a safe page. We will close the interstitial when that page commits.
449 // Note that we cannot just put a link in the interstitial at this point.
450 // It is not OK to navigate in the context of an interstitial page.
539 // received while we were showing the interstitial.
544 // Build an interstitial for all the unsafe resources notifications
883 InterstitialPage* interstitial = local
    [all...]
safe_browsing_blocking_page_test.cc 534 // We'll get notified when the interstitial is deleted.
593 // Trigger the safe browsing interstitial page via a redirect in
601 // Cancel the redirect request while interstitial page is open.
618 InterstitialPage* interstitial = InterstitialPage::GetInterstitialPage( local
620 if (!interstitial)
622 return interstitial->GetRenderViewHostForTesting();
679 // going back from a main-frame malware interstitial page will not cause a
767 AssertNoInterstitial(false); // Assert the interstitial is gone
779 AssertNoInterstitial(true); // Assert the interstitial is gone.
790 AssertNoInterstitial(false); // Assert the interstitial is gon
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 227 // Displays "INTERSTITIAL" while the interstitial is attached.
246 return "<h1>INTERSTITIAL</h1>";
1878 TestInterstitialPage* interstitial = NULL; local
1931 TestInterstitialPage* interstitial = NULL; local
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 1282 InterstitialPage* interstitial = InterstitialPage::Create( local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 159 * interstitial is pressed, otherwise the abort button is pressed.
161 * interstitial.

Completed in 184 milliseconds