Searched refs:IsOnSwappedOutList (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager.h241 bool IsOnSwappedOutList(RenderViewHost* rvh) const;
H A Drender_frame_host_manager.cc1112 if (IsOnSwappedOutList(pending_render_view_host)) {
1154 bool RenderFrameHostManager::IsOnSwappedOutList(RenderViewHost* rvh) const { function in class:content::RenderFrameHostManager
H A Drender_frame_host_manager_unittest.cc1061 EXPECT_TRUE(manager->IsOnSwappedOutList(rvh1));
1068 EXPECT_TRUE(opener1_manager->IsOnSwappedOutList(opener1_rvh));
1074 EXPECT_TRUE(opener2_manager->IsOnSwappedOutList(opener2_rvh));
1176 EXPECT_TRUE(opener1_manager->IsOnSwappedOutList(opener1_rvh));
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc488 EXPECT_TRUE(contents()->GetRenderManagerForTesting()->IsOnSwappedOutList(
514 IsOnSwappedOutList(pending_rvh));
708 EXPECT_TRUE(contents()->GetRenderManagerForTesting()->IsOnSwappedOutList(
H A Dweb_contents_impl.cc3052 GetRenderManager()->IsOnSwappedOutList(rvh));

Completed in 336 milliseconds