Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_model_object.cc161 SVGLayoutSupport::NotifySVGRootOfChangedCompositingReasons(this); in StyleDidChange()
177 SVGLayoutSupport::NotifySVGRootOfChangedCompositingReasons(this); in InsertedIntoTree()
190 SVGLayoutSupport::NotifySVGRootOfChangedCompositingReasons(this); in WillBeRemovedFromTree()
H A Dlayout_svg_block.cc64 SVGLayoutSupport::NotifySVGRootOfChangedCompositingReasons(this); in InsertedIntoTree()
77 SVGLayoutSupport::NotifySVGRootOfChangedCompositingReasons(this); in WillBeRemovedFromTree()
143 SVGLayoutSupport::NotifySVGRootOfChangedCompositingReasons(this); in StyleDidChange()
H A Dlayout_svg_inline.cc141 SVGLayoutSupport::NotifySVGRootOfChangedCompositingReasons(this); in StyleDidChange()
172 SVGLayoutSupport::NotifySVGRootOfChangedCompositingReasons(this); in InsertedIntoTree()
185 SVGLayoutSupport::NotifySVGRootOfChangedCompositingReasons(this); in WillBeRemovedFromTree()
H A Dsvg_layout_support.h133 static void NotifySVGRootOfChangedCompositingReasons(const LayoutObject*);
H A Dsvg_layout_support.cc541 void SVGLayoutSupport::NotifySVGRootOfChangedCompositingReasons( in NotifySVGRootOfChangedCompositingReasons() function in blink::SVGLayoutSupport