Searched refs:LiBody (Results 1 – 1 of 1) sorted by relevance
592 auto LiBody = std::make_unique<TagNode>(HTMLTag::TAG_LI); in genHTML() local594 AppendVector(std::move(Nodes), LiBody->Children); in genHTML()595 UlBody->Children.emplace_back(std::move(LiBody)); in genHTML()