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

  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 436 SiteInstance* instance2b = contents2.GetSiteInstance(); local
437 EXPECT_NE(instance1, instance2b);
440 EXPECT_EQ(instance2a, instance2b);
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 624 SiteInstance* instance2b = contents2->GetSiteInstance(); local
625 EXPECT_NE(instance1, instance2b);
628 EXPECT_EQ(instance2a, instance2b);
    [all...]

Completed in 79 milliseconds