Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/display_lock/
H A Ddisplay_lock_context.h94 bool ShouldLayoutChildren() const;
H A Ddisplay_lock_context_test.cc197 EXPECT_FALSE(element->GetDisplayLockContext()->ShouldLayoutChildren()); in TEST_F()
686 EXPECT_FALSE(element->GetDisplayLockContext()->ShouldLayoutChildren()); in TEST_F()
770 EXPECT_FALSE(element->GetDisplayLockContext()->ShouldLayoutChildren()); in TEST_F()
840 EXPECT_FALSE(element->GetDisplayLockContext()->ShouldLayoutChildren()); in TEST_F()
863 EXPECT_TRUE(element->GetDisplayLockContext()->ShouldLayoutChildren()); in TEST_F()
1018 EXPECT_FALSE(element->GetDisplayLockContext()->ShouldLayoutChildren()); in TEST_F()
H A Ddisplay_lock_utilities.cc553 return !context->ShouldLayoutChildren(); in LockedAncestorPreventingLayout()
H A Ddisplay_lock_context.cc358 bool DisplayLockContext::ShouldLayoutChildren() const { in ShouldLayoutChildren() function in blink::DisplayLockContext
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_object.h3249 return context && !context->ShouldLayoutChildren(); in ChildLayoutBlockedByDisplayLock()