Home
last modified time | relevance | path

Searched refs:HasIntrinsicHeight (Results 1 – 3 of 3) 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_svg_element.cc596 if (!HasIntrinsicHeight()) in CurrentViewBoxRect()
642 bool SVGSVGElement::HasIntrinsicHeight() const { in HasIntrinsicHeight() function in blink::SVGSVGElement
658 if (!HasIntrinsicHeight()) in IntrinsicHeight()
H A Dsvg_svg_element.h105 bool HasIntrinsicHeight() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_root.cc64 if (!svg->HasIntrinsicHeight()) in LayoutSVGRoot()
81 intrinsic_sizing_info.has_height = svg->HasIntrinsicHeight(); in UnscaledIntrinsicSizingInfo()