Searched refs:cachedList_ (Results 1 – 10 of 10) sorted by relevance
175 layoutWrapper->cachedList_ = std::list<RefPtr<LayoutWrapper>>();176 layoutWrapper->cachedList_.push_back(childLayoutWrapperOne);177 layoutWrapper->cachedList_.push_back(childLayoutWrapperTwo);179 layoutWrapper->cachedList_.push_back(childLayoutWrapperThree);271 layoutWrapper->cachedList_ = std::list<RefPtr<LayoutWrapper>>();272 layoutWrapper->cachedList_.push_back(childLayoutWrapperOne);273 layoutWrapper->cachedList_.push_back(childLayoutWrapperTwo);313 layoutWrapper->cachedList_ = std::list<RefPtr<LayoutWrapper>>();314 layoutWrapper->cachedList_.push_back(childLayoutWrapperOne);315 layoutWrapper->cachedList_.push_back(childLayoutWrapperTwo);[all …]
91 cachedList_.push_back(child); in Build()96 auto insertIter = cachedList_.begin(); in Build()98 cachedList_.splice(insertIter, buildItems); in Build()101 for (const auto& child : cachedList_) { in Build()118 if (cachedList_.empty()) { in GetAllChildrenWithBuild()122 return ChildrenListWithGuard(cachedList_, dummyLock); in GetAllChildrenWithBuild()
236 std::list<RefPtr<LayoutWrapper>> cachedList_; variable
676 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);677 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);678 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);679 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);941 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);942 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);943 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);944 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);1019 layoutWrapper.cachedList_.emplace_back(layoutWrapper1);1020 layoutWrapper.cachedList_.emplace_back(layoutWrapper2);[all …]
181 layoutWrapper.cachedList_ = std::list<RefPtr<LayoutWrapper>>();182 layoutWrapper.cachedList_.push_back(childLayoutWrapperOne);183 layoutWrapper.cachedList_.push_back(childLayoutWrapperTwo);
380 EXPECT_EQ(layoutWrapper->cachedList_.size(), layoutWrapper->children_.size());
378 EXPECT_EQ(retCachedList, layoutWrapper->cachedList_);
1036 EXPECT_EQ(layoutWrapper->cachedList_.size(), 1);1037 for (const auto& child : layoutWrapper->cachedList_) {
277 layoutWrapper->cachedList_.emplace_back(&*buttonWrapper); in CreateSecurityComponentLayoutWrapper()278 layoutWrapper->cachedList_.emplace_back(&*iconWrapper); in CreateSecurityComponentLayoutWrapper()279 layoutWrapper->cachedList_.emplace_back(&*textWrapper); in CreateSecurityComponentLayoutWrapper()
329 layoutWrapper.cachedList_.push_back(wrapperChild);