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

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc657 SiteInstance* instance2b = contents2->GetSiteInstance(); local
658 EXPECT_NE(instance1, instance2b);
661 EXPECT_EQ(instance2a, instance2b);

Completed in 125 milliseconds