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