Searched refs:pending_rvh (Results 1 - 5 of 5) 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();
H A Dtest_renderer_host.h169 // pending_rvh() is equivalent to:
171 RenderViewHost* pending_rvh();
173 // active_rvh() is equivalent to pending_rvh() ? pending_rvh() : rvh()
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host_unittest.cc249 csd_host_->DidStopLoading(pending_rvh());
385 ASSERT_TRUE(pending_rvh());
387 pending_rvh()->GetProcess()->GetID()) {
389 pending_rvh()->GetRoutingID());
399 resource.render_process_host_id = pending_rvh()->GetProcess()->GetID();
400 resource.render_view_id = pending_rvh()->GetRoutingID();
421 ASSERT_TRUE(pending_rvh());
423 pending_rvh()->GetProcess()->GetID()) {
425 pending_rvh()->GetRoutingID());

Completed in 150 milliseconds