Home
last modified time | relevance | path

Searched refs:IsLayoutableTextNode (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_tspan.cc35 return SVGLayoutSupport::IsLayoutableTextNode(child); in IsChildAllowed()
H A Dlayout_svg_text_path.cc57 return SVGLayoutSupport::IsLayoutableTextNode(child); in IsChildAllowed()
H A Dsvg_layout_support.h151 static bool IsLayoutableTextNode(const LayoutObject*);
H A Dlayout_svg_inline.cc37 return SVGLayoutSupport::IsLayoutableTextNode(child); in IsChildAllowed()
H A Dlayout_svg_text.cc92 (child->IsText() && SVGLayoutSupport::IsLayoutableTextNode(child)); in IsChildAllowed()
H A Dsvg_layout_support.cc525 bool SVGLayoutSupport::IsLayoutableTextNode(const LayoutObject* object) { in IsLayoutableTextNode() function in blink::SVGLayoutSupport
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_tspan.cc36 return SVGLayoutSupport::IsLayoutableTextNode(child); in IsChildAllowed()
H A Dlayout_svg_text_path.cc59 return SVGLayoutSupport::IsLayoutableTextNode(child); in IsChildAllowed()
H A Dsvg_layout_support.h119 static bool IsLayoutableTextNode(const LayoutObject*);
H A Dlayout_svg_inline.cc39 return SVGLayoutSupport::IsLayoutableTextNode(child); in IsChildAllowed()
H A Dlayout_svg_text.cc93 (child->IsText() && SVGLayoutSupport::IsLayoutableTextNode(child)); in IsChildAllowed()
H A Dsvg_layout_support.cc361 bool SVGLayoutSupport::IsLayoutableTextNode(const LayoutObject* object) { in IsLayoutableTextNode() function in blink::SVGLayoutSupport