IsWaitingForUnloadACK  456 content/browser/frame_host/render_frame_host_impl.cc   if (render_view_host_->IsWaitingForUnloadACK())
IsWaitingForUnloadACK  247 content/browser/frame_host/render_frame_host_manager.cc   if (render_frame_host_->render_view_host()->IsWaitingForUnloadACK()) {
IsWaitingForUnloadACK 1150 content/browser/frame_host/render_frame_host_manager_unittest.cc   EXPECT_TRUE(rvh2->IsWaitingForUnloadACK());
IsWaitingForUnloadACK  575 content/browser/renderer_host/render_view_host_impl.cc   if (!IsWaitingForUnloadACK())
IsWaitingForUnloadACK  860 content/browser/renderer_host/render_view_host_impl.cc   bool is_waiting = is_waiting_for_beforeunload_ack_ || IsWaitingForUnloadACK();
IsWaitingForUnloadACK  883 content/browser/renderer_host/render_view_host_impl.cc         this, is_waiting_for_beforeunload_ack_, IsWaitingForUnloadACK());
IsWaitingForUnloadACK 1497 content/browser/renderer_host/render_view_host_impl.cc       this, is_waiting_for_beforeunload_ack_, IsWaitingForUnloadACK());
IsWaitingForUnloadACK  463 content/browser/renderer_host/render_view_host_impl.h   bool IsWaitingForUnloadACK() const;
IsWaitingForUnloadACK  102 content/browser/renderer_host/render_view_host_unittest.cc   EXPECT_FALSE(test_rvh()->IsWaitingForUnloadACK());