Home
last modified time | relevance | path

Searched refs:HtmlType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp788 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()
H A Dhtml_to_span.h90 enum class HtmlType { enum
98 HtmlType type;