HomeSort by relevance Sort by last modified time
    Searched refs:interstitial (Results 1 - 20 of 20) 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 183 // 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->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 101 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);
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...]
web_contents_android.cc 219 InterstitialPage* interstitial = InterstitialPage::Create( local
221 delegate->set_interstitial_page(interstitial);
222 interstitial->Show();
  /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/security_warnings/
interstitial_v2.css 106 .interstitial-wrapper {
215 .interstitial-wrapper {
221 .interstitial-wrapper {
249 .interstitial-wrapper {
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_interstitial.cc 100 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/chrome/browser/resources/chromeos/
neterror.js 54 new Runner('.interstitial-wrapper');
neterror.css 173 .offline .interstitial-wrapper {
  /external/chromium_org/chrome/browser/resources/
supervised_user_block_interstitial.js 47 * Updates the interstitial to show that the request was sent.
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 66 // 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...]
safe_browsing_blocking_page_unittest.cc 156 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...]
safe_browsing_blocking_page_test.cc 466 // 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 is gone
    [all...]
  /external/chromium_org/chrome/renderer/resources/
neterror.css 270 .offline .interstitial-wrapper {
329 .interstitial-wrapper {
neterror.js 56 new Runner('.interstitial-wrapper');
offline.js 165 * Sound FX. Reference to the ID of the audio tag on interstitial page.
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 229 // Displays "INTERSTITIAL" while the interstitial is attached.
248 return "<h1>INTERSTITIAL</h1>";
1895 TestInterstitialPage* interstitial = NULL; local
1948 TestInterstitialPage* interstitial = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 160 * interstitial is pressed, otherwise the abort button is pressed.
162 * interstitial.

Completed in 450 milliseconds