Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc1115 auto* first_pending_rfh = contents()->GetPendingMainFrame(); in TEST_F() local
1119 EXPECT_TRUE(first_pending_rfh); in TEST_F()
1120 first_pending_rfh_id = first_pending_rfh->GetGlobalFrameRoutingId(); in TEST_F()
1123 EXPECT_FALSE(first_pending_rfh); in TEST_F()