Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_row.cpp26 void DomGridRow::SetParentGridInfo(const RefPtr<GridContainerInfo>& parent) in SetParentGridInfo() function in OHOS::Ace::Framework::DomGridRow
44 gridColumn->SetParentGridInfo(gridContainerInfo_); in OnChildNodeAdded()
54 gridColumn->SetParentGridInfo(nullptr); in OnChildNodeRemoved()
H A Ddom_grid_column.h32 void SetParentGridInfo(const RefPtr<GridContainerInfo>& parent) in SetParentGridInfo() function in OHOS::Ace::Framework::DomGridColumn
H A Ddom_grid_row.h32 void SetParentGridInfo(const RefPtr<GridContainerInfo>& parent);
H A Ddom_grid_container.cpp45 gridRow->SetParentGridInfo(gridContainerInfo_); in OnChildNodeAdded()
55 gridRow->SetParentGridInfo(nullptr); in OnChildNodeRemoved()

Completed in 2 milliseconds