Home
last modified time | relevance | path

Searched refs:DOMSvgBase (Results 1 - 25 of 40) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_base.h26 class DOMSvgBase : public DOMNode { class
27 DECLARE_ACE_TYPE(DOMSvgBase, DOMNode);
30 DOMSvgBase(NodeId nodeId, const std::string& nodeName);
31 ~DOMSvgBase() override = default;
H A Ddom_svg_base.cpp23 DOMSvgBase::DOMSvgBase(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) {} in DOMSvgBase() function in OHOS::Ace::Framework::DOMSvgBase
25 void DOMSvgBase::InheritAttrs(const RefPtr<DOMNode>& parentNode) in InheritAttrs()
H A Ddom_svg.h25 class ACE_EXPORT DOMSvg final : public DOMSvgBase {
26 DECLARE_ACE_TYPE(DOMSvg, DOMSvgBase);
H A Ddom_svg_fe_gaussianblur.cpp20 DOMSvgFeGaussianBlur::DOMSvgFeGaussianBlur(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgFeGaussianBlur()
34 DOMSvgBase::InheritAttrs(parentNode); in OnMounted()
H A Ddom_svg_fe_colormatrix.cpp20 DOMSvgFeColorMatrix::DOMSvgFeColorMatrix(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgFeColorMatrix()
34 DOMSvgBase::InheritAttrs(parentNode); in OnMounted()
H A Ddom_svg_fe_composite.cpp20 DOMSvgFeComposite::DOMSvgFeComposite(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgFeComposite()
34 DOMSvgBase::InheritAttrs(parentNode); in OnMounted()
H A Ddom_svg_ellipse.cpp20 DOMSvgEllipse::DOMSvgEllipse(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgEllipse()
34 DOMSvgBase::InheritAttrs(parentNode); in OnMounted()
H A Ddom_svg_fe_gaussianblur.h24 class ACE_EXPORT DOMSvgFeGaussianBlur : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgFeGaussianBlur, DOMSvgBase);
H A Ddom_svg_fe_colormatrix.h24 class ACE_EXPORT DOMSvgFeColorMatrix : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgFeColorMatrix, DOMSvgBase);
H A Ddom_svg_fe_composite.h24 class ACE_EXPORT DOMSvgFeComposite : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgFeComposite, DOMSvgBase);
H A Ddom_svg_ellipse.h24 class ACE_EXPORT DOMSvgEllipse final : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgEllipse, DOMSvgBase);
H A Ddom_svg_defs.h24 class ACE_EXPORT DOMSvgDefs final : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgDefs, DOMSvgBase);
H A Ddom_svg_polyline.cpp20 DOMSvgPolyline::DOMSvgPolyline(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgPolyline()
34 DOMSvgBase::InheritAttrs(parentNode); in OnMounted()
H A Ddom_svg_polygon.cpp20 DOMSvgPolygon::DOMSvgPolygon(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgPolygon()
34 DOMSvgBase::InheritAttrs(parentNode); in OnMounted()
H A Ddom_svg_path.cpp20 DOMSvgPath::DOMSvgPath(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgPath()
34 DOMSvgBase::InheritAttrs(parentNode); in OnMounted()
H A Ddom_svg_rect.cpp20 DOMSvgRect::DOMSvgRect(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgRect()
34 DOMSvgBase::InheritAttrs(parentNode); in OnMounted()
H A Ddom_svg_polyline.h24 class ACE_EXPORT DOMSvgPolyline final : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgPolyline, DOMSvgBase);
H A Ddom_svg_polygon.h24 class ACE_EXPORT DOMSvgPolygon final : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgPolygon, DOMSvgBase);
H A Ddom_svg_path.h24 class ACE_EXPORT DOMSvgPath final : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgPath, DOMSvgBase);
H A Ddom_svg_rect.h24 class DOMSvgRect final : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgRect, DOMSvgBase);
H A Ddom_svg_mask.h24 class ACE_EXPORT DOMSvgMask : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgMask, DOMSvgBase);
H A Ddom_svg_use.cpp20 DOMSvgUse::DOMSvgUse(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgUse()
35 DOMSvgBase::InheritAttrs(parentNode); in OnMounted()
H A Ddom_svg_text_path.h24 class DOMSvgTextPath : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgTextPath, DOMSvgBase);
H A Ddom_svg_use.h24 class ACE_EXPORT DOMSvgUse final : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgUse, DOMSvgBase);
H A Ddom_svg_text.h24 class ACE_EXPORT DOMSvgText : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgText, DOMSvgBase);

Completed in 5 milliseconds

12