Searched refs:conflictsWithInlineStyleOfElement (Results 1 – 3 of 3) sorted by relevance
113 …bool conflictsWithInlineStyleOfElement(HTMLElement* element) const { return conflictsWithInlineSty… in conflictsWithInlineStyleOfElement() function114 …bool conflictsWithInlineStyleOfElement(HTMLElement* element, EditingStyle* extractedStyle, Vector<… in conflictsWithInlineStyleOfElement() function116 return conflictsWithInlineStyleOfElement(element, extractedStyle, &conflictingProperties); in conflictsWithInlineStyleOfElement()159 …bool conflictsWithInlineStyleOfElement(HTMLElement*, EditingStyle* extractedStyle, Vector<CSSPrope…
983 return style->conflictsWithInlineStyleOfElement(element); in removeCSSStyle()986 if (!style->conflictsWithInlineStyleOfElement(element, extractedStyle, properties)) in removeCSSStyle()
736 bool EditingStyle::conflictsWithInlineStyleOfElement(HTMLElement* element, EditingStyle* extractedS… in conflictsWithInlineStyleOfElement() function in blink::EditingStyle