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

  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc 112 RenderViewHost* pending_rvh = RenderViewHostTester::GetPendingForController( local
114 if (pending_rvh) {
117 DCHECK_NE(old_rvh, pending_rvh);
120 // Commit on the pending_rvh, if one exists.
121 RenderViewHost* test_rvh = pending_rvh ? pending_rvh : old_rvh;
125 if (pending_rvh)
  /external/chromium_org/content/public/test/
test_renderer_host.cc 94 RenderViewHost* RenderViewHostTestHarness::pending_rvh() { function in class:content::RenderViewHostTestHarness
100 return pending_rvh() ? pending_rvh() : rvh();
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 270 EXPECT_TRUE(contents()->pending_rvh() == NULL);
316 TestRenderViewHost* pending_rvh = contents()->pending_rvh(); local
318 pending_rvh->set_delete_counter(&pending_rvh_delete_count);
323 contents()->TestDidNavigate(pending_rvh, params2);
327 EXPECT_EQ(pending_rvh, contents()->render_view_host());
329 EXPECT_TRUE(contents()->pending_rvh() == NULL);
335 TestRenderViewHost* goback_rvh = contents()->pending_rvh();
373 EXPECT_TRUE(contents()->pending_rvh() == NULL);
386 EXPECT_TRUE(contents()->pending_rvh() == NULL)
526 TestRenderViewHost* pending_rvh = static_cast<TestRenderViewHost*>( local
721 TestRenderViewHost* pending_rvh = contents()->pending_rvh(); local
764 TestRenderViewHost* pending_rvh = static_cast<TestRenderViewHost*>( local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 439 TestRenderViewHost* pending_rvh = local
442 pending_rvh->set_delete_counter(&pending_rvh_delete_count);
444 // Navigations should be suspended in pending_rvh until ShouldCloseACK.
445 EXPECT_TRUE(pending_rvh->are_navigations_suspended());
447 EXPECT_FALSE(pending_rvh->are_navigations_suspended());
451 pending_rvh, 1, url2, PAGE_TRANSITION_TYPED);
454 // Keep the number of active views in pending_rvh's SiteInstance
457 static_cast<SiteInstanceImpl*>(pending_rvh->GetSiteInstance())->
461 EXPECT_EQ(pending_rvh, contents()->GetRenderViewHost());
482 pending_rvh->SendShouldCloseACK(true)
665 TestRenderViewHost* pending_rvh = local
714 TestRenderViewHost* pending_rvh = local
813 TestRenderViewHost* pending_rvh = static_cast<TestRenderViewHost*>( local
1016 TestRenderViewHost* pending_rvh = local
1059 TestRenderViewHost* pending_rvh = static_cast<TestRenderViewHost*>( local
    [all...]

Completed in 1202 milliseconds