Home
last modified time | relevance | path

Searched refs:tmpDep (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp685 size_t tmpDep = 1; in ProcessCascadeOptionDepth() local
686 tmpDep += ProcessCascadeOptionDepth(pos); in ProcessCascadeOptionDepth()
687 if (tmpDep > depth) { in ProcessCascadeOptionDepth()
688 depth = tmpDep; in ProcessCascadeOptionDepth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.cpp255 size_t tmpDep = 1; in ProcessCascadeOptionDepth() local
256 tmpDep += ProcessCascadeOptionDepth(pos); in ProcessCascadeOptionDepth()
257 if (tmpDep > depth) { in ProcessCascadeOptionDepth()
258 depth = tmpDep; in ProcessCascadeOptionDepth()

Completed in 6 milliseconds