Searched refs:IsParagraphAttr (Results 1 – 2 of 2) sorted by relevance
107 bool IsParagraphAttr(const std::string& key);
305 bool HtmlToSpan::IsParagraphAttr(const std::string& key) in IsParagraphAttr() function in OHOS::Ace::HtmlToSpan867 } else if (IsParagraphAttr(key)) { in ToTextSpanStyle()