HomeSort by relevance Sort by last modified time
    Searched refs:new_rvh (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_view_host_browsertest.cc 110 RenderViewHostImpl* new_rvh = static_cast<RenderViewHostImpl*>( local
113 EXPECT_TRUE(new_rvh->main_render_frame_host_.get());
115 new_rvh->main_render_frame_host_->routing_id());
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 158 RenderViewHost* new_rvh = iter->second; local
162 if (!new_rvh->process()->HasConnection() ||
163 (new_rvh->delegate()->GetAsTabContents() && !new_rvh->view()))
167 new_rvh->Init();
168 return new_rvh->delegate()->GetAsTabContents();
web_contents_unittest.cc 371 TestRenderViewHost* new_rvh = rvh(); local
374 EXPECT_NE(orig_rvh, new_rvh);
380 contents()->TestDidNavigate(new_rvh, params2);
384 EXPECT_EQ(new_rvh, rvh());
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 527 RenderViewHost* new_rvh = rvh(); local
530 EXPECT_NE(orig_rvh, new_rvh);
534 contents()->TestDidNavigate(new_rvh, 1, url2, PAGE_TRANSITION_TYPED);
538 EXPECT_EQ(new_rvh, rvh());
    [all...]
web_contents_impl.cc 3564 RenderViewHostImpl* new_rvh = static_cast<RenderViewHostImpl*>( local
    [all...]

Completed in 329 milliseconds