Searched refs:needExpandNodes_ (Results 1 – 2 of 2) sorted by relevance
304 … needExpandNodes_.size(), IsSafeAreaValid(), ignoreSafeArea_, isFullScreen_, isNeedAvoidWindow_); in ExpandSafeArea()308 auto iter = needExpandNodes_.begin(); in ExpandSafeArea()309 while (iter != needExpandNodes_.end()) { in ExpandSafeArea()322 if (needExpandNodes_.find(node) == needExpandNodes_.end()) { in AddNodeToExpandListIfNeeded()
182 needExpandNodes_.insert(node); in AddNeedExpandNode()189 needExpandNodes_.clear(); in ClearNeedExpandNode()328 std::set<WeakPtr<FrameNode>, DepthCompare> needExpandNodes_; variable