Home
last modified time | relevance | path

Searched refs:DOMSvgG (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_g.cpp21 DOMSvgG::DOMSvgG(NodeId nodeId, const std::string& nodeName) : DOMSvgBase(nodeId, nodeName) in DOMSvgG() function in OHOS::Ace::Framework::DOMSvgG
33 RefPtr<Component> DOMSvgG::GetSpecializedComponent() in GetSpecializedComponent()
38 void DOMSvgG::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
50 void DOMSvgG::OnMounted(const RefPtr<DOMNode>& parentNode) in OnMounted()
63 void DOMSvgG::PrepareSpecializedComponent() in PrepareSpecializedComponent()
H A Ddom_svg_g.h25 class ACE_EXPORT DOMSvgG final : public DOMSvgBase {
26 DECLARE_ACE_TYPE(DOMSvgG, DOMSvgBase);
29 DOMSvgG(NodeId nodeId, const std::string& nodeName);
30 ~DOMSvgG() override = default;
H A Ddom_svg_base.cpp27 if (!AceType::InstanceOf<DOMSvg>(parentNode) && !AceType::InstanceOf<DOMSvgG>(parentNode)) { in InheritAttrs()
H A Ddom_document.cpp158 { DOM_NODE_TAG_G, &DOMNodeCreator<DOMSvgG> }, in CreateNodeWithId()

Completed in 3 milliseconds