Home
last modified time | relevance | path

Searched refs:site_instance_1 (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_frame_host_manager_browsertest.cc6092 scoped_refptr<SiteInstanceImpl> site_instance_1 = in IN_PROC_BROWSER_TEST_P() local
6117 scoped_refptr<SiteInstanceImpl> site_instance_1 = in IN_PROC_BROWSER_TEST_P() local
6142 site_instance_1->GetProcess()); in IN_PROC_BROWSER_TEST_P()
6411 scoped_refptr<SiteInstanceImpl> site_instance_1 = in IN_PROC_BROWSER_TEST_P() local
6601 EXPECT_FALSE(site_instance_1->HasProcess()); in IN_PROC_BROWSER_TEST_P()
6675 EXPECT_TRUE(site_instance_1->HasProcess()); in IN_PROC_BROWSER_TEST_P()
6885 EXPECT_EQ(site_instance_1, site_instance_2); in IN_PROC_BROWSER_TEST_P()
6973 EXPECT_EQ(site_instance_1, site_instance_2); in IN_PROC_BROWSER_TEST_P()
7107 EXPECT_EQ(site_instance_1, site_instance_2); in IN_PROC_BROWSER_TEST_P()
7139 EXPECT_EQ(site_instance_1, site_instance_2); in IN_PROC_BROWSER_TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dcross_origin_opener_policy_browsertest.cc2054 scoped_refptr<SiteInstanceImpl> site_instance_1 = in IN_PROC_BROWSER_TEST_P() local
2058 EXPECT_TRUE(site_instance_1->IsCoopCoepCrossOriginIsolated()); in IN_PROC_BROWSER_TEST_P()
2060 EXPECT_FALSE(site_instance_1->IsRelatedSiteInstance(site_instance_2)); in IN_PROC_BROWSER_TEST_P()
2061 EXPECT_NE(site_instance_1->GetProcess(), site_instance_2->GetProcess()); in IN_PROC_BROWSER_TEST_P()
2124 scoped_refptr<SiteInstanceImpl> site_instance_1 = in IN_PROC_BROWSER_TEST_P() local
2128 EXPECT_TRUE(site_instance_1->IsCoopCoepCrossOriginIsolated()); in IN_PROC_BROWSER_TEST_P()
2130 EXPECT_FALSE(site_instance_1->IsRelatedSiteInstance(site_instance_2)); in IN_PROC_BROWSER_TEST_P()
2131 EXPECT_NE(site_instance_1->GetProcess(), site_instance_2->GetProcess()); in IN_PROC_BROWSER_TEST_P()
H A Dback_forward_cache_browsertest.cc2573 scoped_refptr<SiteInstanceImpl> site_instance_1 = in IN_PROC_BROWSER_TEST_F() local
2591 EXPECT_TRUE(site_instance_1->IsRelatedSiteInstance( in IN_PROC_BROWSER_TEST_F()
2711 scoped_refptr<SiteInstanceImpl> site_instance_1 = in IN_PROC_BROWSER_TEST_F() local
2722 EXPECT_FALSE(site_instance_1->IsRelatedSiteInstance( in IN_PROC_BROWSER_TEST_F()
8018 scoped_refptr<SiteInstanceImpl> site_instance_1 = in IN_PROC_BROWSER_TEST_F() local
8451 scoped_refptr<SiteInstanceImpl> site_instance_1 = in IN_PROC_BROWSER_TEST_F() local
8461 EXPECT_EQ(site_instance_1->GetProcess(), site_instance_2->GetProcess()); in IN_PROC_BROWSER_TEST_F()
8473 scoped_refptr<SiteInstanceImpl> site_instance_1 = in IN_PROC_BROWSER_TEST_F() local
8483 EXPECT_EQ(site_instance_1->GetProcess(), site_instance_2->GetProcess()); in IN_PROC_BROWSER_TEST_F()
8493 EXPECT_EQ(site_instance_1_history_nav, site_instance_1); in IN_PROC_BROWSER_TEST_F()
[all …]