Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_block.cc543 if (!positioned_descendants) in AddLayoutOverflowFromPositionedObjects()
797 if (!positioned_descendants) in LayoutPositionedObjects()
985 DCHECK(positioned_descendants); in RemovePositionedObject()
987 positioned_descendants->erase(o); in RemovePositionedObject()
988 if (positioned_descendants->IsEmpty()) { in RemovePositionedObject()
1035 if (!positioned_descendants) in RemovePositionedObjects()
1078 positioned_descendants->erase(object); in RemovePositionedObjects()
1081 if (positioned_descendants->IsEmpty()) { in RemovePositionedObjects()
2134 if (!positioned_descendants) in RecalcPositionedDescendantsLayoutOverflow()
2137 for (auto* box : *positioned_descendants) { in RecalcPositionedDescendantsLayoutOverflow()
[all …]
H A Dscroll_anchor.cc348 if (TrackedLayoutBoxListHashSet* positioned_descendants = in FindAnchorRecursive() local
350 for (LayoutBox* descendant : *positioned_descendants) { in FindAnchorRecursive()
H A Dlayout_grid.cc1385 TrackedLayoutBoxListHashSet* positioned_descendants = PositionedObjects(); in LayoutPositionedObjects() local
1386 if (!positioned_descendants) in LayoutPositionedObjects()
1389 for (auto* child : *positioned_descendants) { in LayoutPositionedObjects()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_block.cc602 if (!positioned_descendants) in AddLayoutOverflowFromPositionedObjects()
852 if (!positioned_descendants) in LayoutPositionedObjects()
1039 DCHECK(positioned_descendants); in RemovePositionedObject()
1041 positioned_descendants->erase(o); in RemovePositionedObject()
1042 if (positioned_descendants->IsEmpty()) { in RemovePositionedObject()
1089 if (!positioned_descendants) in RemovePositionedObjects()
1132 positioned_descendants->erase(object); in RemovePositionedObjects()
1135 if (positioned_descendants->IsEmpty()) { in RemovePositionedObjects()
2307 if (!positioned_descendants) in RecalcPositionedDescendantsLayoutOverflow()
2310 for (auto* box : *positioned_descendants) in RecalcPositionedDescendantsLayoutOverflow()
[all …]
H A Dscroll_anchor.cc431 if (TrackedLayoutBoxListHashSet* positioned_descendants = in FindAnchorRecursive() local
433 for (LayoutBox* descendant : *positioned_descendants) { in FindAnchorRecursive()
H A Dlayout_grid.cc1437 TrackedLayoutBoxListHashSet* positioned_descendants = PositionedObjects(); in LayoutPositionedObjects() local
1438 if (!positioned_descendants) in LayoutPositionedObjects()
1441 for (auto* child : *positioned_descendants) { in LayoutPositionedObjects()