Home
last modified time | relevance | path

Searched refs:depthElement (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp132 for (auto& depthElement : children) { in DumpElementTree() local
133 if (strcmp(AceType::TypeName(depthElement), IFELSE_ELEMENT_TAG) == 0) { in DumpElementTree()
134 DumpElementTree(depth, depthElement, depthElementMap); in DumpElementTree()
137 depthElementMap[depth].insert(depthElementMap[depth].end(), depthElement); in DumpElementTree()
138 DumpElementTree(depth + 1, depthElement, depthElementMap); in DumpElementTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp99 for (const auto& depthElement : children) { in DumpElementTree() local
100 DumpElementTree(depth + 1, depthElement, depthElementMap); in DumpElementTree()