isEmptyFontTag 948 Source/core/editing/ApplyStyleCommand.cpp if (isEmptyFontTag(element) || isSpanWithoutAttributesOrUnstyledStyleSpan(element)) isEmptyFontTag 135 Source/core/editing/ApplyStyleCommand.h bool isEmptyFontTag(const Element*, ShouldStyleAttributeBeEmpty = StyleAttributeShouldBeEmpty); isEmptyFontTag 509 Source/core/editing/ReplaceSelectionCommand.cpp if (isStyleSpanOrSpanWithOnlyStyleAttribute(element) || isEmptyFontTag(element, AllowNonEmptyStyleAttribute)) {