Searched refs:isEmptyFontTag (Results 1 – 3 of 3) sorted by relevance
137 bool isEmptyFontTag(const Element*, ShouldStyleAttributeBeEmpty = StyleAttributeShouldBeEmpty);
108 bool isEmptyFontTag(const Element* element, ShouldStyleAttributeBeEmpty shouldStyleAttributeBeEmpty) in isEmptyFontTag() function971 if (isEmptyFontTag(element) || isSpanWithoutAttributesOrUnstyledStyleSpan(element)) in removeImplicitlyStyledElement()
534 …if (isStyleSpanOrSpanWithOnlyStyleAttribute(element) || isEmptyFontTag(element, AllowNonEmptyStyle… in removeRedundantStylesAndKeepStyleSpanInline()