Home
last modified time | relevance | path

Searched refs:DOMSvgLine (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_line.cpp20 DOMSvgLine::DOMSvgLine(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) {} in DOMSvgLine() function in OHOS::Ace::Framework::DOMSvgLine
22 RefPtr<Component> DOMSvgLine::GetSpecializedComponent() in GetSpecializedComponent()
27 void DOMSvgLine::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
32 void DOMSvgLine::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
37 void DOMSvgLine::PrepareSpecializedComponent() in PrepareSpecializedComponent()
H A Ddom_svg_line.h24 class ACE_EXPORT DOMSvgLine final : public DOMSvgBase {
25 DECLARE_ACE_TYPE(DOMSvgLine, DOMSvgBase);
28 DOMSvgLine(NodeId nodeId, const std::string& nodeName);
29 ~DOMSvgLine() override = default;
H A Ddom_document.cpp166 { DOM_NODE_TAG_LINE, &DOMNodeCreator<DOMSvgLine> }, in CreateNodeWithId()

Completed in 2 milliseconds