Searched refs:site_instance1 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_browsertest.cc1209 SiteInstance* site_instance1 = shell()->web_contents()-> local
1221 EXPECT_NE(site_instance1, site_instance2);
1440 SiteInstance* site_instance1 = shell()->web_contents()->GetSiteInstance(); local
1454 EXPECT_NE(site_instance2, site_instance1);
1455 EXPECT_TRUE(site_instance2->IsRelatedSiteInstance(site_instance1));
1457 GetRenderManagerForTesting()->GetSwappedOutRenderViewHost(site_instance1);
1466 EXPECT_EQ(new_web_contents->GetSiteInstance(), site_instance1);

Completed in 154 milliseconds