HomeSort by relevance Sort by last modified time
    Searched defs:pending_rvh (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/
security_exploit_browsertest.cc 68 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/
browser_with_test_window_test.cc 139 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/
test_renderer_host.cc 108 RenderViewHost* RenderViewHostTestHarness::pending_rvh() { function in class:content::RenderViewHostTestHarness
113 return pending_rvh() ? pending_rvh() : rvh();

Completed in 3722 milliseconds