Home
last modified time | relevance | path

Searched refs:current_frame_host (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dpolicy_container_host_browsertest.cc38 RenderFrameHostImpl* current_frame_host() { in current_frame_host() function in content::__anon483c184b0111::PolicyContainerHostBrowserTest
82 ASSERT_TRUE(ExecJs(current_frame_host(), in IN_PROC_BROWSER_TEST_F()
119 ASSERT_TRUE(ExecJs(current_frame_host(), in IN_PROC_BROWSER_TEST_F()
163 ASSERT_TRUE(ExecJs(current_frame_host(), in IN_PROC_BROWSER_TEST_F()
198 current_frame_host()->child_at(current_frame_host()->child_count() - 1); in IN_PROC_BROWSER_TEST_F()
201 iframe_node->current_frame_host() in IN_PROC_BROWSER_TEST_F()
214 iframe_node->current_frame_host() in IN_PROC_BROWSER_TEST_F()
237 current_frame_host()->child_at(current_frame_host()->child_count() - 1); in IN_PROC_BROWSER_TEST_F()
276 ExecJs(current_frame_host(), in IN_PROC_BROWSER_TEST_F()
285 current_frame_host()->child_at(current_frame_host()->child_count() - 1); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Drender_widget_host_view_child_frame_browsertest.cc305 root->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
557 oopchild->current_frame_host() in IN_PROC_BROWSER_TEST_F()
565 properties = oopdescendant->current_frame_host() in IN_PROC_BROWSER_TEST_F()
584 oopchild->current_frame_host() in IN_PROC_BROWSER_TEST_F()
596 oopdescendant->current_frame_host() in IN_PROC_BROWSER_TEST_F()
618 oopdescendant->current_frame_host() in IN_PROC_BROWSER_TEST_F()
649 ExecuteScript(root->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
658 root->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
668 ExecuteScript(ipchild->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
677 ipchild->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dframe_tree_node_blame_context.cc45 RenderFrameHostImpl* current_frame_host = owner->current_frame_host(); in AsValueInto() local
46 if (!current_frame_host) in AsValueInto()
50 if (current_frame_host->GetProcess()->GetProcess().IsValid()) in AsValueInto()
51 process_id = current_frame_host->GetProcess()->GetProcess().Pid(); in AsValueInto()
54 int routing_id = current_frame_host->GetRoutingID(); in AsValueInto()
64 GURL url = current_frame_host->GetLastCommittedURL(); in AsValueInto()
H A Dframe_tree_browsertest.cc160 RenderFrameHostImpl* rfh2 = root->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
206 EXPECT_TRUE(root->current_frame_host()->IsRenderFrameLive()); in IN_PROC_BROWSER_TEST_F()
214 EXPECT_TRUE(root->current_frame_host()->IsRenderFrameLive()); in IN_PROC_BROWSER_TEST_F()
268 ->current_frame_host() in IN_PROC_BROWSER_TEST_F()
473 target->current_frame_host()->GetLastCommittedOrigin(); in IN_PROC_BROWSER_TEST_F()
496 target->current_frame_host()->GetLastCommittedOrigin(); in IN_PROC_BROWSER_TEST_F()
581 root->current_frame_host()->active_sandbox_flags()); in IN_PROC_BROWSER_TEST_F()
614 root->current_frame_host()->active_sandbox_flags()); in IN_PROC_BROWSER_TEST_F()
871 EXPECT_TRUE(root->current_frame_host()->IsRenderFrameLive()); in IN_PROC_BROWSER_TEST_F()
1030 EXPECT_EQ(root->current_frame_host()->GetProcess(), in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/webui/
H A Dweb_ui_security_browsertest.cc126 root->current_frame_host()->GetSiteInstance(); in IN_PROC_BROWSER_TEST_F()
175 EXPECT_NE(root->current_frame_host()->web_ui(), in IN_PROC_BROWSER_TEST_F()
220 EXPECT_NE(root->current_frame_host()->GetProcess(), in IN_PROC_BROWSER_TEST_F()
222 EXPECT_NE(root->current_frame_host()->web_ui(), in IN_PROC_BROWSER_TEST_F()
223 child->current_frame_host()->web_ui()); in IN_PROC_BROWSER_TEST_F()
280 child->current_frame_host()->GetSiteInstance(); in IN_PROC_BROWSER_TEST_F()
308 EXPECT_NE(root->current_frame_host()->web_ui(), in IN_PROC_BROWSER_TEST_F()
309 child->current_frame_host()->web_ui()); in IN_PROC_BROWSER_TEST_F()
315 child->current_frame_host()->GetSiteInstance(); in IN_PROC_BROWSER_TEST_F()
412 EXPECT_FALSE(root->current_frame_host()->web_ui()); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dweb_ui_navigation_browsertest.cc73 root->current_frame_host()->GetProcess()->GetID())); in TestWebFrameInWebUIProcessDisallowed()
108 RenderFrameHost* webui_rfh = root->current_frame_host(); in TestWebUISubframeNewWindowToWebAllowed()
143 EXPECT_NE(root->current_frame_host()->GetProcess(), in TestWebUISubframeNewWindowToWebAllowed()
145 EXPECT_NE(root->current_frame_host()->web_ui(), in TestWebUISubframeNewWindowToWebAllowed()
146 new_root->current_frame_host()->web_ui()); in TestWebUISubframeNewWindowToWebAllowed()
410 child = root->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
449 child = root->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
829 root->current_frame_host()->GetSiteInstance())); in IN_PROC_BROWSER_TEST_F()
963 EXPECT_FALSE(root->current_frame_host()->web_ui()); in IN_PROC_BROWSER_TEST_F()
976 EXPECT_FALSE(root->current_frame_host()->web_ui()); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dcross_origin_opener_policy_browsertest.cc197 ->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
221 ->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
305 current_frame_host()->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
2168 current_frame_host()->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
2188 current_frame_host()->child_at(1)->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
2303 current_frame_host()->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
2327 current_frame_host()->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
2351 current_frame_host()->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
2654 current_frame_host()->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
2701 current_frame_host()->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
[all …]
H A Disolated_origin_browsertest.cc440 EXPECT_TRUE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
1014 EXPECT_TRUE(child->current_frame_host() in IN_PROC_BROWSER_TEST_F()
1123 child_frame_node1->current_frame_host() in IN_PROC_BROWSER_TEST_F()
1138 EXPECT_TRUE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
1247 EXPECT_TRUE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
1311 ->current_frame_host() in IN_PROC_BROWSER_TEST_F()
1326 ->current_frame_host() in IN_PROC_BROWSER_TEST_F()
1372 EXPECT_NE(tab1_root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
1376 tab2_child->current_frame_host() in IN_PROC_BROWSER_TEST_F()
1387 tab2_child->current_frame_host() in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dsite_per_process_unload_browsertest.cc90 root->child_at(0)->child_at(0)->current_frame_host()); in IN_PROC_BROWSER_TEST_P()
147 root->child_at(0)->child_at(0)->current_frame_host()); in IN_PROC_BROWSER_TEST_P()
189 child_node->current_frame_host()->GetView()) in IN_PROC_BROWSER_TEST_P()
426 root->child_at(0)->current_frame_host()->GetProcess(), in IN_PROC_BROWSER_TEST_P()
522 root->current_frame_host()->GetProcess(), in IN_PROC_BROWSER_TEST_P()
658 RenderFrameHostImpl* a1 = root->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
766 RenderFrameHostImpl* rfh_0 = root->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
837 RenderFrameHostImpl* rfh_a = root->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
880 RenderFrameHostImpl* rfh_a = root->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
1024 ->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
[all …]
H A Dback_forward_cache_browsertest.cc776 EXPECT_EQ(rfh_a, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
815 EXPECT_EQ(rfh_a, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
1197 EXPECT_EQ(a1, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
1243 EXPECT_EQ(a1, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
1258 EXPECT_EQ(b3, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
1318 EXPECT_EQ(a1, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
4665 ->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
7263 auto* rfh_a = current_frame_host(); in IN_PROC_BROWSER_TEST_F()
8804 current_frame_host() in IN_PROC_BROWSER_TEST_F()
8826 current_frame_host() in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dpointer_lock_browsertest.cc292 root->current_frame_host()->GetView()); in IN_PROC_BROWSER_TEST_F()
294 child->current_frame_host()->GetView()); in IN_PROC_BROWSER_TEST_F()
535 root->current_frame_host()->GetView()); in IN_PROC_BROWSER_TEST_F()
537 child->current_frame_host()->GetView()); in IN_PROC_BROWSER_TEST_F()
728 EXPECT_TRUE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
735 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
760 root->current_frame_host()->GetView()); in IN_PROC_BROWSER_TEST_F()
853 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
868 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
901 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dsite_per_process_hit_test_browsertest.cc1794 ->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6671 DCHECK(child_node->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6674 child_node->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6698 DCHECK(child_node->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6701 child_node->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6765 root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6783 root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6801 root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6868 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6896 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dsite_per_process_browsertest.cc1493 iframe->current_frame_host(), in IN_PROC_BROWSER_TEST_P()
2448 ->current_frame_host() in IN_PROC_BROWSER_TEST_P()
2481 ->current_frame_host() in IN_PROC_BROWSER_TEST_P()
2525 ->current_frame_host() in IN_PROC_BROWSER_TEST_P()
6440 RenderFrameHostImpl* current_frame_host = ftn->current_frame_host(); in IN_PROC_BROWSER_TEST_P() local
7599 ->current_frame_host() in IN_PROC_BROWSER_TEST_P()
8609 root->current_frame_host(), in IN_PROC_BROWSER_TEST_P()
12651 root->current_frame_host(), in IN_PROC_BROWSER_TEST_P()
12828 root->current_frame_host(), in IN_PROC_BROWSER_TEST_P()
16240 root->current_frame_host() in IN_PROC_BROWSER_TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dcross_origin_opener_policy_browsertest.cc57 RenderFrameHostImpl* current_frame_host() { in current_frame_host() function in content::__anonde57af1c0111::CrossOriginOpenerPolicyBrowserTest
83 ->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
109 ->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
135 ->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
163 ->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
195 current_frame_host()->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
288 current_frame_host()->GetSiteInstance()); in IN_PROC_BROWSER_TEST_F()
313 iframe_rfh = iframe_ftn->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
706 current_frame_host()->GetSiteInstance()); in IN_PROC_BROWSER_TEST_F()
745 EXPECT_TRUE(ExecJs(current_frame_host(), in IN_PROC_BROWSER_TEST_F()
[all …]
H A Disolated_origin_browsertest.cc210 EXPECT_TRUE(child_frame_node->current_frame_host() in IN_PROC_BROWSER_TEST_F()
1171 child->current_frame_host()->GetProcess(); in IN_PROC_BROWSER_TEST_F()
1443 root->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
1899 RenderFrameHost* a = root->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
2099 RenderFrameHost* a = root->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
2699 root->current_frame_host()->GetSiteInstance(); in IN_PROC_BROWSER_TEST_F()
2720 root->current_frame_host()->GetSiteInstance(); in IN_PROC_BROWSER_TEST_F()
2749 root->current_frame_host()->GetSiteInstance(); in IN_PROC_BROWSER_TEST_F()
2772 root->current_frame_host()->GetSiteInstance(); in IN_PROC_BROWSER_TEST_F()
2801 root->current_frame_host()->GetSiteInstance(); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dback_forward_cache_browsertest.cc586 EXPECT_EQ(rfh_a, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
625 EXPECT_EQ(rfh_a, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
656 EXPECT_EQ(rfh_a, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
667 EXPECT_EQ(rfh_b, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
678 EXPECT_EQ(rfh_a, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
1022 EXPECT_EQ(a1, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
1068 EXPECT_EQ(a1, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
1083 EXPECT_EQ(b3, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
1149 EXPECT_EQ(a1, current_frame_host()); in IN_PROC_BROWSER_TEST_F()
3063 ->current_frame_host(); in IN_PROC_BROWSER_TEST_P()
[all …]
H A Dsite_per_process_unload_browsertest.cc87 root->child_at(0)->child_at(0)->current_frame_host()); in IN_PROC_BROWSER_TEST_F()
144 root->child_at(0)->child_at(0)->current_frame_host()); in IN_PROC_BROWSER_TEST_F()
186 child_node->current_frame_host()->GetView()) in IN_PROC_BROWSER_TEST_F()
416 root->child_at(0)->current_frame_host()->GetProcess(), in IN_PROC_BROWSER_TEST_F()
509 root->current_frame_host()->GetProcess(), in IN_PROC_BROWSER_TEST_F()
637 RenderFrameHostImpl* a1 = root->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
741 RenderFrameHostImpl* rfh_0 = root->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
808 RenderFrameHostImpl* rfh_a = root->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
851 RenderFrameHostImpl* rfh_a = root->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
995 ->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dpointer_lock_browsertest.cc258 root->current_frame_host()->GetView()); in IN_PROC_BROWSER_TEST_F()
260 child->current_frame_host()->GetView()); in IN_PROC_BROWSER_TEST_F()
513 root->current_frame_host()->GetView()); in IN_PROC_BROWSER_TEST_F()
515 child->current_frame_host()->GetView()); in IN_PROC_BROWSER_TEST_F()
718 EXPECT_TRUE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
724 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
752 root->current_frame_host()->GetView()); in IN_PROC_BROWSER_TEST_F()
842 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
857 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
891 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dsite_per_process_hit_test_browsertest.cc861 nested_iframe_node->current_frame_host(), in IN_PROC_BROWSER_TEST_P()
868 parent_iframe_node->current_frame_host(), in IN_PROC_BROWSER_TEST_P()
891 parent_iframe_node->current_frame_host() in IN_PROC_BROWSER_TEST_P()
899 nested_iframe_node->current_frame_host(), in IN_PROC_BROWSER_TEST_P()
928 nested_iframe_node->current_frame_host(), in IN_PROC_BROWSER_TEST_P()
979 nested_iframe_node->current_frame_host(), in IN_PROC_BROWSER_TEST_P()
1031 parent_iframe_node->current_frame_host() in IN_PROC_BROWSER_TEST_P()
1790 ->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6668 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6695 EXPECT_FALSE(root->current_frame_host() in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dsite_per_process_browsertest.cc1436 iframe->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
2381 ->current_frame_host() in IN_PROC_BROWSER_TEST_F()
2413 ->current_frame_host() in IN_PROC_BROWSER_TEST_F()
2456 ->current_frame_host() in IN_PROC_BROWSER_TEST_F()
6356 RenderFrameHostImpl* current_frame_host = ftn->current_frame_host(); in IN_PROC_BROWSER_TEST_F() local
8387 root->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
12417 root->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
12502 root->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
12515 child->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
15746 root->current_frame_host() in IN_PROC_BROWSER_TEST_P()
[all …]
H A Dnavigation_mhtml_browsertest.cc119 main_document->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
154 main_document->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
183 main_document->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
209 main_document->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
232 main_document->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
255 main_document->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
279 ->current_frame_host() in IN_PROC_BROWSER_TEST_F()
303 main_document->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
332 main_document->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
360 main_document->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/webui/
H A Dweb_ui_security_browsertest.cc151 root->current_frame_host()->GetSiteInstance(); in IN_PROC_BROWSER_TEST_F()
200 EXPECT_NE(root->current_frame_host()->web_ui(), in IN_PROC_BROWSER_TEST_F()
245 EXPECT_NE(root->current_frame_host()->GetProcess(), in IN_PROC_BROWSER_TEST_F()
247 EXPECT_NE(root->current_frame_host()->web_ui(), in IN_PROC_BROWSER_TEST_F()
248 child->current_frame_host()->web_ui()); in IN_PROC_BROWSER_TEST_F()
305 child->current_frame_host()->GetSiteInstance(); in IN_PROC_BROWSER_TEST_F()
337 EXPECT_NE(root->current_frame_host()->web_ui(), in IN_PROC_BROWSER_TEST_F()
338 child->current_frame_host()->web_ui()); in IN_PROC_BROWSER_TEST_F()
344 child->current_frame_host()->GetSiteInstance(); in IN_PROC_BROWSER_TEST_F()
445 EXPECT_FALSE(root->current_frame_host()->web_ui()); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dweb_ui_navigation_browsertest.cc98 root->current_frame_host()->GetProcess()->GetID())); in TestWebFrameInProcessWithWebUIBindings()
139 RenderFrameHost* webui_rfh = root->current_frame_host(); in TestWebUISubframeNewWindowToWebAllowed()
174 EXPECT_NE(root->current_frame_host()->GetProcess(), in TestWebUISubframeNewWindowToWebAllowed()
176 EXPECT_NE(root->current_frame_host()->web_ui(), in TestWebUISubframeNewWindowToWebAllowed()
177 new_root->current_frame_host()->web_ui()); in TestWebUISubframeNewWindowToWebAllowed()
425 child = root->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
462 child = root->child_at(0)->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
877 root->current_frame_host()->GetSiteInstance())); in IN_PROC_BROWSER_TEST_F()
1015 EXPECT_FALSE(root->current_frame_host()->web_ui()); in IN_PROC_BROWSER_TEST_F()
1028 EXPECT_FALSE(root->current_frame_host()->web_ui()); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Dframe_tree_node_blame_context.cc45 RenderFrameHostImpl* current_frame_host = owner->current_frame_host(); in AsValueInto() local
46 if (!current_frame_host) in AsValueInto()
50 if (current_frame_host->GetProcess()->GetProcess().IsValid()) in AsValueInto()
51 process_id = current_frame_host->GetProcess()->GetProcess().Pid(); in AsValueInto()
54 int routing_id = current_frame_host->GetRoutingID(); in AsValueInto()
64 GURL url = current_frame_host->GetLastCommittedURL(); in AsValueInto()
H A Dframe_tree_browsertest.cc158 RenderFrameHostImpl* rfh2 = root->current_frame_host(); in IN_PROC_BROWSER_TEST_F()
204 EXPECT_TRUE(root->current_frame_host()->IsRenderFrameLive()); in IN_PROC_BROWSER_TEST_F()
266 ->current_frame_host() in IN_PROC_BROWSER_TEST_F()
469 target->current_frame_host()->GetLastCommittedOrigin(); in IN_PROC_BROWSER_TEST_F()
492 target->current_frame_host()->GetLastCommittedOrigin(); in IN_PROC_BROWSER_TEST_F()
1023 EXPECT_EQ(root->current_frame_host()->GetProcess(), in IN_PROC_BROWSER_TEST_F()
1182 root->current_frame_host()->active_sandbox_flags(); in IN_PROC_BROWSER_TEST_F()
1352 child1->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
1378 child2->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
1383 child1->current_frame_host(), in IN_PROC_BROWSER_TEST_F()
[all …]

123456789