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 D | ng_physical_container_fragment.cc | 248 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 D | ng_physical_container_fragment.cc | 324 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 D | layout_box_model_object.cc | 588 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 D | layout_box_model_object.cc | 627 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()
|