Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.cpp607 needUpdateIds_ = true; in OnChildNodeAdded()
614 needUpdateIds_ = true; in OnChildNodeAdded()
962 if (indexer && list->needUpdateIds_) { in OnPageLoadFinish()
964 list->needUpdateIds_ = false; in OnPageLoadFinish()
H A Ddom_list.h186 bool needUpdateIds_ = false; variable