Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds