Home
last modified time | relevance | path

Searched refs:DOMSvgPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_path.cpp20 DOMSvgPath::DOMSvgPath(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgPath() function in OHOS::Ace::Framework::DOMSvgPath
22 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()
H A Ddom_svg_path.h24 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;
H A Ddom_document.cpp182 { DOM_NODE_TAG_PATH, &DOMNodeCreator<DOMSvgPath> }, in CreateNodeWithId()