Searched refs:hasNoAttributeOrOnlyStyleAttribute (Results 1 – 1 of 1) sorted by relevance
77 static bool hasNoAttributeOrOnlyStyleAttribute(const HTMLElement* element, ShouldStyleAttributeBeEm… in hasNoAttributeOrOnlyStyleAttribute() function98 …return hasNoAttributeOrOnlyStyleAttribute(toHTMLSpanElement(element), AllowNonEmptyStyleAttribute); in isStyleSpanOrSpanWithOnlyStyleAttribute()105 return hasNoAttributeOrOnlyStyleAttribute(toHTMLSpanElement(node), StyleAttributeShouldBeEmpty); in isSpanWithoutAttributesOrUnstyledStyleSpan()113 …return hasNoAttributeOrOnlyStyleAttribute(toHTMLFontElement(element), shouldStyleAttributeBeEmpty); in isEmptyFontTag()942 if (hasNoAttributeOrOnlyStyleAttribute(elem, StyleAttributeShouldBeEmpty)) in replaceWithSpanOrRemoveIfWithoutAttributes()