Searched defs:rvh2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dresource_scheduler_unittest.cc2139 RenderViewHostImpl* rvh2 = web_contents_2->GetRenderViewHost(); local
2146 EXPECT_EQ(scheduler->IsClientVisibleForTesting(rvh2->GetProcess()->GetID(),
2148 !rvh2->is_hidden());
2152 rvh2->WasHidden();
2157 EXPECT_FALSE(scheduler->IsClientVisibleForTesting(rvh2->GetProcess()->GetID(),
2158 rvh2->GetRoutingID()));
2162 rvh2->WasShown(ui::LatencyInfo());
2167 EXPECT_TRUE(scheduler->IsClientVisibleForTesting(rvh2->GetProcess()->GetID(),
2168 rvh2->GetRoutingID()));
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_unittest.cc649 TestRenderViewHost* rvh2 = test_rvh(); local
651 static_cast<SiteInstanceImpl*>(rvh2->GetSiteInstance());
653 // rvh2 is on chromium.org which is different from google.com on
1067 TestRenderViewHost* rvh2 = test_rvh(); local
1068 static_cast<SiteInstanceImpl*>(rvh2->GetSiteInstance())->
1075 EXPECT_TRUE(rvh2->is_waiting_for_beforeunload_ack());
1077 EXPECT_FALSE(rvh2->is_waiting_for_beforeunload_ack());
1082 EXPECT_TRUE(rvh2->IsWaitingForUnloadACK());
1083 EXPECT_EQ(RenderViewHostImpl::STATE_PENDING_SWAP_OUT, rvh2->rvh_state());
1089 rvh2
1128 TestRenderViewHost* rvh2 = test_rvh(); local
1367 TestRenderViewHost* rvh2 = test_rvh(); local
[all...]

Completed in 93 milliseconds