Searched refs:childWrappers_ (Results 1 – 3 of 3) sorted by relevance
45 for (const auto& wrapper : childWrappers_) { in AdjustGridOffset()142 childWrappers_.emplace_back(wrapper); in OnGetOrCreateWrapperByIndexLegacy()149 return childWrappers_; in GetCachedChildLayoutWrapper()155 if (!childWrappers_.empty()) { in OnExpandChildLayoutWrapper()157 return childWrappers_; in OnExpandChildLayoutWrapper()160 childWrappers_.clear(); in OnExpandChildLayoutWrapper()161 return childWrappers_; in OnExpandChildLayoutWrapper()177 childWrappers_.clear(); in OnExpandChildLayoutWrapper()178 return childWrappers_; in OnExpandChildLayoutWrapper()181 childWrappers_.emplace_back(wrapper); in OnExpandChildLayoutWrapper()[all …]
86 std::list<RefPtr<LayoutWrapper>> childWrappers_; variable
732 EXPECT_EQ(lazyLayoutWrapperBuilder->childWrappers_.size(), LAZY_FOR_EACH_NODE_IDS.size());739 EXPECT_FALSE(lazyLayoutWrapperBuilder->childWrappers_.empty());747 lazyLayoutWrapperBuilder->childWrappers_.push_back(750 EXPECT_TRUE(lazyLayoutWrapperBuilder->childWrappers_.empty());856 auto childWrapper = lazyLayoutWrapperBuilder2->childWrappers_;