Searched refs:HtmlType (Results 1 – 2 of 2) sorted by relevance
788 info.type = HtmlType::DEFAULT; in ToDefalutSpan()814 info.type = HtmlType::PARAGRAPH; in ToParagraphSpan()891 info.type = HtmlType::TEXT; in ToTextSpan()937 info.type = HtmlType::IMAGE; in ToImage()996 if (info.type == HtmlType::PARAGRAPH) { in AfterProcSpanInfos()1003 …if (info.type != HtmlType::PARAGRAPH && info.type != HtmlType::IMAGE && pos.second == info.end + 1… in AfterProcSpanInfos()1109 if (info.type == HtmlType::PARAGRAPH) { in GenerateSpans()1111 } else if (info.type == HtmlType::IMAGE) { in GenerateSpans()
90 enum class HtmlType { enum98 HtmlType type;