Searched refs:contentList_ (Results 1 – 6 of 6) sorted by relevance
67 contentList_.clear(); in Update()142 contentList_.emplace_back(contentInfo); in PerformLayout()165 contentList_.emplace_back(contentInfo); in PerformLayout()168 contentList_.reverse(); in PerformLayout()177 contentList_.clear(); in PerformLayout()187 contentList_.emplace_back(contentInfo); in AddBlock()198 contentList_.emplace_back(contentInfo2); in AddBlock()328 contentList_.emplace_back( in HandleDialogStretch()347 …contentList_.emplace_back(ContentInfo(mainLengthLimit_, totalCrossLength_, dialogButtonNum, itemsL… in HandleDialogStretch()390 int32_t contentNum = static_cast<int32_t>(contentList_.size()); in LayoutWholeWrap()[all …]
120 std::list<ContentInfo> contentList_; variable
130 contentList_.clear(); in Measure()161 contentList_.emplace_back(contentInfo); in Measure()182 contentList_.emplace_back(contentInfo); in Measure()260 contentList_.clear(); in Layout()376 auto contentNum = static_cast<int32_t>(contentList_.size()); in LayoutWholeWrap()486 for (const auto& content : contentList_) { in TraverseContent()758 auto contentNum = static_cast<int32_t>(contentList_.size()); in LayoutWholeColumnWrap()828 for (const auto& content : contentList_) { in TraverseColumnContent()
137 std::list<ContentInfo> contentList_; variable
798 contentList_.clear(); in SetContentList()799 contentList_.resize(contentList.size()); in SetContentList()800 std::copy(contentList.begin(), contentList.end(), contentList_.begin()); in SetContentList()806 contentList.resize(contentList_.size()); in GetContentList()807 std::copy(contentList_.begin(), contentList_.end(), contentList.begin()); in GetContentList()
1815 std::vector<std::string> contentList_ {};