Home
last modified time | relevance | path

Searched refs:old_rvh (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/base/
Dbrowser_with_test_window_test.cc107 RenderViewHost* old_rvh = in CommitPendingLoad() local
115 DCHECK_NE(old_rvh, pending_rvh); in CommitPendingLoad()
116 RenderViewHostTester::For(old_rvh)->SendShouldCloseACK(true); in CommitPendingLoad()
119 RenderViewHost* test_rvh = pending_rvh ? pending_rvh : old_rvh; in CommitPendingLoad()
124 RenderViewHostTester::For(old_rvh)->SimulateSwapOutACK(); in CommitPendingLoad()
/external/chromium_org/content/test/
Dtest_web_contents.cc132 RenderViewHost* old_rvh = GetRenderViewHost(); in CommitPendingNavigation() local
136 rvh = static_cast<TestRenderViewHost*>(old_rvh); in CommitPendingNavigation()
149 if (old_rvh != rvh) in CommitPendingNavigation()
150 static_cast<RenderViewHostImpl*>(old_rvh)->OnSwappedOut(false); in CommitPendingNavigation()
/external/chromium/chrome/browser/debugger/
Ddevtools_manager.cc261 RenderViewHost* old_rvh = old_tab->tab_contents()->render_view_host(); in TabReplaced() local
262 DevToolsClientHost* client_host = GetDevToolsClientHostFor(old_rvh); in TabReplaced()
265 int cookie = DetachClientHost(old_rvh); in TabReplaced()
/external/chromium_org/content/browser/frame_host/
Drender_frame_host_manager_unittest.cc117 TestRenderViewHost* old_rvh = test_rvh(); in NavigateActiveAndCommit() local
121 if (old_rvh != active_rvh()) in NavigateActiveAndCommit()
122 old_rvh->SendShouldCloseACK(true); in NavigateActiveAndCommit()
130 if (old_rvh != active_rvh()) in NavigateActiveAndCommit()
131 old_rvh->OnSwappedOut(false); in NavigateActiveAndCommit()