Searched refs:shouldStyleAttributeBeEmpty (Results 1 – 1 of 1) sorted by relevance
77 …StyleAttribute(const HTMLElement* element, ShouldStyleAttributeBeEmpty shouldStyleAttributeBeEmpty) in hasNoAttributeOrOnlyStyleAttribute() argument86 …if (element->hasAttribute(styleAttr) && (shouldStyleAttributeBeEmpty == AllowNonEmptyStyleAttribute in hasNoAttributeOrOnlyStyleAttribute()108 bool isEmptyFontTag(const Element* element, ShouldStyleAttributeBeEmpty shouldStyleAttributeBeEmpty) in isEmptyFontTag() argument113 …return hasNoAttributeOrOnlyStyleAttribute(toHTMLFontElement(element), shouldStyleAttributeBeEmpty); in isEmptyFontTag()