Searched defs:pending_rvh (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/
H A Dsecurity_exploit_browsertest.cc68 RenderViewHostImpl* pending_rvh = local
70 EXPECT_TRUE(pending_rvh != NULL);
72 pending_rvh->GetProcess()->GetID());
74 return pending_rvh;
125 RenderViewHostImpl* pending_rvh = local
137 pending_rvh->GetSiteInstance())->GetDOMStorageContext());
142 pending_rvh->CreateNewWindow(duplicate_routing_id,
156 RenderViewHostImpl* pending_rvh = local
164 pending_rvh->CreateNewWidget(duplicate_routing_id, blink::WebPopupTypeSelect);
/external/chromium_org/chrome/test/base/
H A Dbrowser_with_test_window_test.cc139 RenderViewHost* pending_rvh = RenderViewHostTester::GetPendingForController( local
141 if (pending_rvh) {
144 DCHECK_NE(old_rvh, pending_rvh);
147 // Commit on the pending_rvh, if one exists.
148 RenderViewHost* test_rvh = pending_rvh ? pending_rvh : old_rvh;
152 if (pending_rvh)
/external/chromium_org/content/public/test/
H A Dtest_renderer_host.cc108 RenderViewHost* RenderViewHostTestHarness::pending_rvh() { function in class:content::RenderViewHostTestHarness
113 return pending_rvh() ? pending_rvh() : rvh();

Completed in 575 milliseconds