Searched refs:IsWaitingForUnloadACK (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h338 bool IsWaitingForUnloadACK() const;
473 // When either this value or IsWaitingForUnloadACK is true, the value of
482 // IsWaitingForUnloadACK is true. This tells us if the unload request
H A Drender_view_host_unittest.cc91 // . After this step IsWaitingForUnloadACK returns true on the first RVH.
94 // . IsWaitingForUnloadACK still returns true, and if the hang monitor fires
106 EXPECT_FALSE(test_rvh()->IsWaitingForUnloadACK());
H A Drender_view_host_impl.cc500 if (!IsWaitingForUnloadACK())
1270 this, is_waiting_for_beforeunload_ack_, IsWaitingForUnloadACK());
1344 bool RenderViewHostImpl::IsWaitingForUnloadACK() const { function in class:content::RenderViewHostImpl
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc703 if (render_view_host_->IsWaitingForUnloadACK())
1317 render_view_host_->IsWaitingForUnloadACK();
1343 render_view_host_->IsWaitingForUnloadACK());
H A Drender_frame_host_manager.cc286 if (render_frame_host_->render_view_host()->IsWaitingForUnloadACK()) {
H A Drender_frame_host_manager_unittest.cc1082 EXPECT_TRUE(rvh2->IsWaitingForUnloadACK());

Completed in 1010 milliseconds