hasNoAttributeOrOnlyStyleAttribute   91 Source/core/editing/ApplyStyleCommand.cpp     return hasNoAttributeOrOnlyStyleAttribute(toHTMLElement(element), AllowNonEmptyStyleAttribute);
hasNoAttributeOrOnlyStyleAttribute   98 Source/core/editing/ApplyStyleCommand.cpp     return hasNoAttributeOrOnlyStyleAttribute(toHTMLElement(node), StyleAttributeShouldBeEmpty);
hasNoAttributeOrOnlyStyleAttribute  106 Source/core/editing/ApplyStyleCommand.cpp     return hasNoAttributeOrOnlyStyleAttribute(toHTMLElement(element), shouldStyleAttributeBeEmpty);
hasNoAttributeOrOnlyStyleAttribute  919 Source/core/editing/ApplyStyleCommand.cpp     if (hasNoAttributeOrOnlyStyleAttribute(elem, StyleAttributeShouldBeEmpty))