ExtractMatchingStyle  934 Source/core/editing/ApplyStyleCommand.cpp     if (style->conflictsWithImplicitStyleOfElement(element, extractedStyle, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingStyle::DoNotExtractMatchingStyle)) {
ExtractMatchingStyle  942 Source/core/editing/ApplyStyleCommand.cpp         extractedStyle, attributes, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingStyle::DoNotExtractMatchingStyle))
ExtractMatchingStyle  803 Source/core/editing/EditingStyle.cpp             && (shouldExtractMatchingStyle == ExtractMatchingStyle || !equivalent->valueIsPresentInStyle(element, m_mutableStyle.get()))) {