RemoveAlways      875 Source/core/editing/ApplyStyleCommand.cpp         removeInlineStyleFromElement(style, toHTMLElement(node), RemoveAlways);
RemoveAlways      933 Source/core/editing/ApplyStyleCommand.cpp     ASSERT(mode == RemoveIfNeeded || mode == RemoveAlways);
RemoveAlways      934 Source/core/editing/ApplyStyleCommand.cpp     if (style->conflictsWithImplicitStyleOfElement(element, extractedStyle, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingStyle::DoNotExtractMatchingStyle)) {
RemoveAlways      942 Source/core/editing/ApplyStyleCommand.cpp         extractedStyle, attributes, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingStyle::DoNotExtractMatchingStyle))