conflictsWithImplicitStyleOfElement 930 Source/core/editing/ApplyStyleCommand.cpp return style->conflictsWithImplicitStyleOfElement(element) || style->conflictsWithImplicitStyleOfAttributes(element); conflictsWithImplicitStyleOfElement 934 Source/core/editing/ApplyStyleCommand.cpp if (style->conflictsWithImplicitStyleOfElement(element, extractedStyle, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingStyle::DoNotExtractMatchingStyle)) { conflictsWithImplicitStyleOfElement 118 Source/core/editing/EditingStyle.h bool conflictsWithImplicitStyleOfElement(HTMLElement*, EditingStyle* extractedStyle = 0, ShouldExtractMatchingStyle = DoNotExtractMatchingStyle) const; conflictsWithImplicitStyleOfElement 483 Source/core/editing/ReplaceSelectionCommand.cpp if (newInlineStyle->conflictsWithImplicitStyleOfElement(htmlElement)) {