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

  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 268 TestRenderViewHost* orig_rvh = rvh(); local
276 EXPECT_EQ(instance1, orig_rvh->site_instance());
284 contents()->TestDidNavigate(orig_rvh, params);
286 EXPECT_EQ(orig_rvh, contents()->render_view_host());
287 EXPECT_EQ(instance1, orig_rvh->site_instance());
297 TestRenderViewHost* orig_rvh = rvh(); local
299 orig_rvh->set_delete_counter(&orig_rvh_delete_count);
307 contents()->TestDidNavigate(orig_rvh, params1);
310 EXPECT_EQ(orig_rvh, contents()->render_view_host());
350 TestRenderViewHost* orig_rvh = rvh() local
393 TestRenderViewHost* orig_rvh = rvh(); local
447 TestRenderViewHost* orig_rvh = rvh(); local
499 TestRenderViewHost* orig_rvh = rvh(); local
549 TestRenderViewHost* orig_rvh = rvh(); local
677 TestRenderViewHost* orig_rvh = rvh(); local
715 TestRenderViewHost* orig_rvh = rvh(); local
747 TestRenderViewHost* orig_rvh = rvh(); local
797 TestRenderViewHost* orig_rvh = rvh(); local
835 TestRenderViewHost* orig_rvh = rvh(); local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 387 TestRenderViewHost* orig_rvh = test_rvh(); local
396 EXPECT_EQ(instance1, orig_rvh->GetSiteInstance());
404 contents()->TestDidNavigate(orig_rvh, 1, url, PAGE_TRANSITION_TYPED);
406 EXPECT_EQ(orig_rvh, contents()->GetRenderViewHost());
407 EXPECT_EQ(instance1, orig_rvh->GetSiteInstance());
431 TestRenderViewHost* orig_rvh = test_rvh(); local
433 orig_rvh->set_delete_counter(&orig_rvh_delete_count);
440 contents()->TestDidNavigate(orig_rvh, 1, url, PAGE_TRANSITION_TYPED);
442 // Keep the number of active views in orig_rvh's SiteInstance
443 // non-zero so that orig_rvh doesn't get deleted when it get
527 TestRenderViewHost* orig_rvh = test_rvh(); local
573 TestRenderViewHost* orig_rvh = test_rvh(); local
636 TestRenderViewHost* orig_rvh = test_rvh(); local
722 TestRenderViewHost* orig_rvh = test_rvh(); local
752 RenderViewHost* orig_rvh = rvh(); local
804 TestRenderViewHost* orig_rvh = test_rvh(); local
854 TestRenderViewHost* orig_rvh = test_rvh(); local
990 TestRenderViewHost* orig_rvh = test_rvh(); local
1030 TestRenderViewHost* orig_rvh = test_rvh(); local
1062 TestRenderViewHost* orig_rvh = test_rvh(); local
1118 TestRenderViewHost* orig_rvh = test_rvh(); local
1158 TestRenderViewHost* orig_rvh = test_rvh(); local
1193 TestRenderViewHost* orig_rvh = test_rvh(); local
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 1077 TestRenderViewHost* orig_rvh = static_cast<TestRenderViewHost*>(test_rvh()); local
    [all...]

Completed in 68 milliseconds