conflictsWithInlineStyleOfElement 960 Source/core/editing/ApplyStyleCommand.cpp return style->conflictsWithInlineStyleOfElement(element); conflictsWithInlineStyleOfElement 963 Source/core/editing/ApplyStyleCommand.cpp if (!style->conflictsWithInlineStyleOfElement(element, extractedStyle, properties)) conflictsWithInlineStyleOfElement 113 Source/core/editing/EditingStyle.h bool conflictsWithInlineStyleOfElement(Element* element) const { return conflictsWithInlineStyleOfElement(element, 0, 0); } conflictsWithInlineStyleOfElement 114 Source/core/editing/EditingStyle.h bool conflictsWithInlineStyleOfElement(Element* element, EditingStyle* extractedStyle, Vector<CSSPropertyID>& conflictingProperties) const conflictsWithInlineStyleOfElement 116 Source/core/editing/EditingStyle.h return conflictsWithInlineStyleOfElement(element, extractedStyle, &conflictingProperties); conflictsWithInlineStyleOfElement 155 Source/core/editing/EditingStyle.h bool conflictsWithInlineStyleOfElement(Element*, EditingStyle* extractedStyle, Vector<CSSPropertyID>* conflictingProperties) const;