Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds