Searched refs:conflictsWithImplicitStyleOfElement (Results 1 – 4 of 4) sorted by relevance
123 …bool conflictsWithImplicitStyleOfElement(HTMLElement*, EditingStyle* extractedStyle = 0, ShouldExt…
920 …return style->conflictsWithImplicitStyleOfElement(element) || style->conflictsWithImplicitStyleOfA… in removeImplicitlyStyledElement()924 …if (style->conflictsWithImplicitStyleOfElement(element, extractedStyle, mode == RemoveAlways ? Edi… in removeImplicitlyStyledElement()
485 if (newInlineStyle->conflictsWithImplicitStyleOfElement(htmlElement)) { in removeRedundantStylesAndKeepStyleSpanInline()
809 bool EditingStyle::conflictsWithImplicitStyleOfElement(HTMLElement* element, EditingStyle* extracte… in conflictsWithImplicitStyleOfElement() function in WebCore::EditingStyle