Home
last modified time | relevance | path

Searched defs:hasDialog (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.cpp285 …bool hasDialog = std::any_of(children_.begin(), children_.end(), [](const RefPtr<Element>& child) { in PerformPopDialog() local
305 …bool hasDialog = std::any_of(children_.begin(), children_.end(), [](const RefPtr<Element>& child) { in PerformPopDialogById() local