Searched refs:DOMSvgPath (Results 1 – 3 of 3) sorted by relevance
20 DOMSvgPath::DOMSvgPath(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgPath() function in OHOS::Ace::Framework::DOMSvgPath22 RefPtr<Component> DOMSvgPath::GetSpecializedComponent() in GetSpecializedComponent()27 void DOMSvgPath::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()32 void DOMSvgPath::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()37 void DOMSvgPath::PrepareSpecializedComponent() in PrepareSpecializedComponent()
24 class ACE_EXPORT DOMSvgPath final : public DOMSvgBase {25 DECLARE_ACE_TYPE(DOMSvgPath, DOMSvgBase);28 DOMSvgPath(NodeId nodeId, const std::string& nodeName);29 ~DOMSvgPath() override = default;
182 { DOM_NODE_TAG_PATH, &DOMNodeCreator<DOMSvgPath> }, in CreateNodeWithId()