Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_container.cpp25 DomGridContainer::DomGridContainer(NodeId nodeId, const std::string& nodeName) : DOMDiv(nodeId, nod… in DomGridContainer() function in OHOS::Ace::Framework::DomGridContainer
30 RefPtr<Component> DomGridContainer::GetSpecializedComponent() in GetSpecializedComponent()
39 void DomGridContainer::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
49 void DomGridContainer::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved()
98 bool DomGridContainer::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
102 [](const std::string& value, DomGridContainer& container) { in SetSpecializedAttr()
106 [](const std::string& value, DomGridContainer& container) { in SetSpecializedAttr()
115 [](const std::string& value, DomGridContainer& container) { in SetSpecializedAttr()
119 [](const std::string& value, DomGridContainer& container) { in SetSpecializedAttr()
123 [](const std::string& value, DomGridContainer& container) { in SetSpecializedAttr()
[all …]
H A Ddom_grid_container.h25 class DomGridContainer : public DOMDiv {
26 DECLARE_ACE_TYPE(DomGridContainer, DOMDiv);
29 DomGridContainer(NodeId nodeId, const std::string& nodeName);
30 ~DomGridContainer() override = default;
H A Ddom_document.cpp161 { DOM_NODE_TAG_GRID_CONTAINER, &DOMNodeCreator<DomGridContainer> }, in CreateNodeWithId()