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

  /external/chromium_org/content/public/test/
test_renderer_host.h 89 virtual void SendShouldCloseACK(bool proceed) = 0;
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc 118 RenderViewHostTester::For(old_rvh)->SendShouldCloseACK(true);
  /external/chromium_org/content/browser/web_contents/
render_view_host_manager_unittest.cc 105 old_rvh->SendShouldCloseACK(true);
152 ntp_rvh->SendShouldCloseACK(true);
203 ntp_rvh2->SendShouldCloseACK(true);
219 dest_rvh2->SendShouldCloseACK(true);
267 ntp_rvh->SendShouldCloseACK(true);
730 test_host->SendShouldCloseACK(true);
776 test_host->SendShouldCloseACK(true);
    [all...]
web_contents_impl_unittest.cc 446 orig_rvh->SendShouldCloseACK(true);
482 pending_rvh->SendShouldCloseACK(true);
577 orig_rvh->SendShouldCloseACK(true);
592 rvh2->SendShouldCloseACK(true);
672 orig_rvh->SendShouldCloseACK(true);
713 orig_rvh->SendShouldCloseACK(true);
    [all...]
navigation_controller_impl_unittest.cc 405 test_rvh()->SendShouldCloseACK(true);
457 test_rvh()->SendShouldCloseACK(true);
701 test_rvh()->SendShouldCloseACK(true);
781 test_rvh()->SendShouldCloseACK(true);
791 foo_rvh->SendShouldCloseACK(true);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 101 test_rvh()->SendShouldCloseACK(true);
test_render_view_host.h 250 virtual void SendShouldCloseACK(bool proceed) OVERRIDE;
test_render_view_host.cc 359 void TestRenderViewHost::SendShouldCloseACK(bool proceed) {
  /external/chromium_org/content/test/
test_web_contents.cc 161 rvh->SendShouldCloseACK(true);

Completed in 189 milliseconds