Home
last modified time | relevance | path

Searched refs:ComputeCSSPropertyValue (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_animate_element.cc51 String ComputeCSSPropertyValue(SVGElement* element, CSSPropertyID id) { in ComputeCSSPropertyValue() function
322 String value = ComputeCSSPropertyValue(svg_parent, css_property_id_); in AdjustForInheritance()
451 ComputeCSSPropertyValue(targetElement(), css_property_id_); in ResetAnimatedType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_animate_element.cc52 String ComputeCSSPropertyValue(SVGElement* element, CSSPropertyID id) { in ComputeCSSPropertyValue() function
321 String value = ComputeCSSPropertyValue(svg_parent, css_property_id_); in AdjustForInheritance()
443 ComputeCSSPropertyValue(targetElement(), css_property_id_); in CreateAnimationValue()