Lines Matching defs:LeftSidebarNode
561 auto LeftSidebarNode = std::make_unique<TagNode>(HTMLTag::TAG_DIV);
562 LeftSidebarNode->Attributes.emplace_back("id", "sidebar-left");
563 LeftSidebarNode->Attributes.emplace_back("path", std::string(InfoPath));
564 LeftSidebarNode->Attributes.emplace_back(
581 MainNode->Children.emplace_back(std::move(LeftSidebarNode));
1094 auto LeftSidebarNode = std::make_unique<TagNode>(HTMLTag::TAG_DIV);
1095 LeftSidebarNode->Attributes.emplace_back("id", "sidebar-left");
1096 LeftSidebarNode->Attributes.emplace_back("path", "");
1097 LeftSidebarNode->Attributes.emplace_back(
1099 LeftSidebarNode->Attributes.emplace_back("style", "flex: 0 100%;");
1101 MainNode->Children.emplace_back(std::move(LeftSidebarNode));