Searched refs:conflictsWithImplicitStyleOfElement (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditingStyle.h122 bool conflictsWithImplicitStyleOfElement(HTMLElement*, EditingStyle* extractedStyle = 0, ShouldExtractMatchingStyle = DoNotExtractMatchingStyle) const;
H A DApplyStyleCommand.cpp931 return style->conflictsWithImplicitStyleOfElement(element) || style->conflictsWithImplicitStyleOfAttributes(element);
935 if (style->conflictsWithImplicitStyleOfElement(element, extractedStyle, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingStyle::DoNotExtractMatchingStyle)) {
H A DEditingStyle.cpp763 bool EditingStyle::conflictsWithImplicitStyleOfElement(HTMLElement* element, EditingStyle* extractedStyle, ShouldExtractMatchingStyle shouldExtractMatchingStyle) const function in class:WebCore::EditingStyle
H A DReplaceSelectionCommand.cpp495 if (newInlineStyle->conflictsWithImplicitStyleOfElement(htmlElement)) {

Completed in 195 milliseconds