Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_physical_container_fragment.cc248 Vector<PhysicalRect> layer_outline_rects; in AddOutlineRectsForDescendant() local
250 &layer_outline_rects); in AddOutlineRectsForDescendant()
255 layer_outline_rects, containing_block, PhysicalOffset(), in AddOutlineRectsForDescendant()
257 outline_rects->AppendVector(layer_outline_rects); in AddOutlineRectsForDescendant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_physical_container_fragment.cc324 Vector<PhysicalRect> layer_outline_rects; in AddOutlineRectsForDescendant() local
326 &layer_outline_rects); in AddOutlineRectsForDescendant()
331 layer_outline_rects, containing_block, PhysicalOffset(), in AddOutlineRectsForDescendant()
333 outline_rects->AppendVector(layer_outline_rects); in AddOutlineRectsForDescendant()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_box_model_object.cc588 Vector<PhysicalRect> layer_outline_rects; in AddOutlineRectsForDescendant() local
589 descendant.AddOutlineRects(layer_outline_rects, PhysicalOffset(), in AddOutlineRectsForDescendant()
591 descendant.LocalToAncestorRects(layer_outline_rects, this, PhysicalOffset(), in AddOutlineRectsForDescendant()
593 rects.AppendVector(layer_outline_rects); in AddOutlineRectsForDescendant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_box_model_object.cc627 Vector<PhysicalRect> layer_outline_rects; in AddOutlineRectsForDescendant() local
628 descendant.AddOutlineRects(layer_outline_rects, PhysicalOffset(), in AddOutlineRectsForDescendant()
630 descendant.LocalToAncestorRects(layer_outline_rects, this, PhysicalOffset(), in AddOutlineRectsForDescendant()
632 rects.AppendVector(layer_outline_rects); in AddOutlineRectsForDescendant()