shouldApplyWrappingStyle  217 Source/core/editing/markup.cpp     const bool wrappingSpan = shouldApplyWrappingStyle(text) && !parentIsTextarea;
shouldApplyWrappingStyle  282 Source/core/editing/markup.cpp     const bool shouldOverrideStyleAttr = shouldAnnotateOrForceInline || shouldApplyWrappingStyle(element);
shouldApplyWrappingStyle  294 Source/core/editing/markup.cpp         if (shouldApplyWrappingStyle(element)) {