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

  /external/chromium_org/content/browser/frame_host/
interstitial_page_navigator_impl.cc 13 InterstitialPageImpl* interstitial,
interstitial_page_navigator_impl.h 18 // navigation to commit, since interstitial pages are not allowed to navigate.
22 InterstitialPageImpl* interstitial,
interstitial_page_impl.cc 176 // It would be inconsistent to create an interstitial with no new navigation
177 // (which is the case when the interstitial was triggered by a sub-resource on
190 // If an interstitial is already showing or about to be shown, close it before
192 // Be careful not to take an action on the old interstitial more than once.
196 InterstitialPageImpl* interstitial = iter->second; local
197 if (interstitial->action_taken_ != NO_ACTION) {
198 interstitial->Hide();
200 // If we are currently showing an interstitial page for which we created
201 // a transient entry and a new interstitial is shown as the result of a
206 if (new_navigation_ && interstitial->new_navigation_
    [all...]
  /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_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 96 TestInterstitialPage* interstitial) = 0;
103 // |deleted| (like all interstitial related tests do at this point), make sure
108 // interstitial, as in such a case it will be destroyed in the test TearDown
227 TestInterstitialPage* interstitial) OVERRIDE {
228 DCHECK(interstitial_page_ == interstitial);
1247 TestInterstitialPage* interstitial = local
1294 TestInterstitialPage* interstitial = local
1339 TestInterstitialPage* interstitial = local
1390 TestInterstitialPage* interstitial = local
1448 TestInterstitialPage* interstitial = local
1505 TestInterstitialPage* interstitial = local
1547 TestInterstitialPage* interstitial = local
1575 TestInterstitialPage* interstitial = local
1610 TestInterstitialPage* interstitial = local
1650 TestInterstitialPage* interstitial = local
1672 TestInterstitialPage* interstitial = local
1694 TestInterstitialPage* interstitial = local
1729 TestInterstitialPage* interstitial = local
1869 TestInterstitialPage* interstitial = local
1940 TestInterstitialPage* interstitial = local
1981 TestInterstitialPage* interstitial = local
2029 TestInterstitialPage* interstitial = local
2063 TestInterstitialPage* interstitial = local
2114 TestInterstitialPage* interstitial = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
merge_session_load_page_unittest.cc 129 // Simulate the load causing an merge session interstitial page
131 InterstitialPage* interstitial = GetMergeSessionLoadPage(); local
132 EXPECT_FALSE(interstitial);
147 // Simulate the load causing an merge session interstitial page
149 InterstitialPage* interstitial = GetMergeSessionLoadPage(); local
150 EXPECT_FALSE(interstitial);
162 // Simulate the load causing an merge session interstitial page
165 InterstitialPage* interstitial = GetMergeSessionLoadPage(); local
166 ASSERT_TRUE(interstitial);
176 // 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/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_org/tools/metrics/actions/
extract_actions.py 44 'safe_browsing_blocking_page.cc', # various interstitial types and actions
145 for interstitial in ('Phishing', 'Malware', 'Multiple'):
147 actions.add('SBInterstitial%s%s' % (interstitial, action))
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 57 // For malware interstitial pages, we link the problematic URL to Google's
87 // After a malware interstitial where the user opted-in to the report
162 // Only use the V2 page if the interstitial is for a single malware or
163 // phishing resource, the multi-threat interstitial has not been updated to
351 // If the load is blocked, we want to close the interstitial and discard
359 // to a safe page. We will close the interstitial when that page commits.
396 // Note that we cannot just put a link in the interstitial at this point.
397 // It is not OK to navigate in the context of an interstitial page.
464 // received while we were showing the interstitial.
469 // Build an interstitial for all the unsafe resources notifications
804 InterstitialPage* interstitial = local
    [all...]
safe_browsing_blocking_page_test.cc 440 // We'll get notified when the interstitial is deleted.
494 // Trigger the safe browsing interstitial page via a redirect in
502 // Cancel the redirect request while interstitial page is open.
519 InterstitialPage* interstitial = InterstitialPage::GetInterstitialPage( local
521 if (!interstitial)
523 return interstitial->GetRenderViewHostForTesting();
577 // going back from a main-frame malware interstitial page will not cause a
648 AssertNoInterstitial(false); // Assert the interstitial is gone
658 AssertNoInterstitial(true); // Assert the interstitial is gone.
668 AssertNoInterstitial(false); // Assert the interstitial is gon
    [all...]
safe_browsing_blocking_page_unittest.cc 183 InterstitialPage* interstitial = local
185 if (!interstitial)
188 interstitial->GetDelegateForTesting());
251 // Simulate the load causing a safe browsing interstitial to be shown.
261 // The interstitial should be gone.
284 // Simulate the load causing a safe browsing interstitial to be shown.
292 // The interstitial is shown until the navigation commits.
296 // The interstitial should be gone now.
318 // Simulate that page loading a bad-resource triggering an interstitial.
350 // Simulate that page loading a bad-resource triggering an interstitial
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 220 // Displays "INTERSTITIAL" while the interstitial is attached.
239 return "<h1>INTERSTITIAL</h1>";
1763 TestInterstitialPage* interstitial = NULL; local
1817 TestInterstitialPage* interstitial = NULL; local
    [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_org/content/browser/android/
content_view_core_impl.cc 1302 InterstitialPage* interstitial = InterstitialPage::Create( local
    [all...]
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 155 bool interstitial) {
159 EXPECT_EQ(interstitial ?
394 true); // Interstitial showing
399 false); // No interstitial showing
439 // An interstitial should be showing.
470 // Now go to a bad HTTPS page that shows an interstitial.
474 true); // Interstitial showing
507 // Now go to a bad HTTPS page that shows an interstitial.
511 true); // Interstitial showing
550 // Now go to a bad HTTPS page that shows an interstitial
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 152 // interstitial is pressed, otherwise the abort button is pressed.
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 1312 AutomationInterstitialPage* interstitial = local
    [all...]

Completed in 610 milliseconds