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

  /external/chromium_org/content/public/test/
test_renderer_host.h 94 virtual void SendBeforeUnloadACK(bool proceed) = 0;
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc 145 RenderViewHostTester::For(old_rvh)->SendBeforeUnloadACK(true);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 100 test_rvh()->SendBeforeUnloadACK(true);
  /external/chromium_org/content/test/
test_render_view_host.cc 316 void TestRenderViewHost::SendBeforeUnloadACK(bool proceed) {
test_render_view_host.h 227 virtual void SendBeforeUnloadACK(bool proceed) OVERRIDE;
test_web_contents.cc 168 rvh->SendBeforeUnloadACK(true);
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc 294 old_rvh->SendBeforeUnloadACK(true);
357 ntp_rvh->SendBeforeUnloadACK(true);
409 ntp_rvh2->SendBeforeUnloadACK(true);
425 dest_rvh2->SendBeforeUnloadACK(true);
    [all...]
navigation_controller_impl_unittest.cc 419 test_rvh()->SendBeforeUnloadACK(true);
470 test_rvh()->SendBeforeUnloadACK(true);
750 test_rvh()->SendBeforeUnloadACK(true);
830 test_rvh()->SendBeforeUnloadACK(true);
840 foo_rvh->SendBeforeUnloadACK(true);
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 512 orig_rvh->SendBeforeUnloadACK(true);
548 pending_rvh->SendBeforeUnloadACK(true);
641 orig_rvh->SendBeforeUnloadACK(true);
656 rvh2->SendBeforeUnloadACK(true);
737 orig_rvh->SendBeforeUnloadACK(true);
778 orig_rvh->SendBeforeUnloadACK(true);
    [all...]

Completed in 260 milliseconds