Searched refs:conflictsWithInlineStyleOfElement (Results 1 – 4 of 4) sorted by relevance
109 …bool conflictsWithInlineStyleOfElement(StyledElement* element) const { return conflictsWithInlineS… in conflictsWithInlineStyleOfElement() function110 …bool conflictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extractedStyle, Vecto… in conflictsWithInlineStyleOfElement() function112 return conflictsWithInlineStyleOfElement(element, extractedStyle, &conflictingProperties); in conflictsWithInlineStyleOfElement()138 …bool conflictsWithInlineStyleOfElement(StyledElement*, EditingStyle* extractedStyle, Vector<CSSPro…
896 return style->conflictsWithInlineStyleOfElement(element); in removeCSSStyle()899 if (!style->conflictsWithInlineStyleOfElement(element, extractedStyle, properties)) in removeCSSStyle()
547 bool EditingStyle::conflictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extracte… in conflictsWithInlineStyleOfElement() function in WebCore::EditingStyle
57402 (WebCore::EditingStyle::conflictsWithInlineStyleOfElement): Takes EditingStyle*.57406 (WebCore::EditingStyle::conflictsWithInlineStyleOfElement): Ditto.61978 …Also extracted EditingStyle::conflictsWithInlineStyleOfElement from ApplyStyleCommand::removeCSSSt…61988 conflictsWithInlineStyleOfElement.61996 …(WebCore::EditingStyle::conflictsWithInlineStyleOfElement): Extracted from ApplyStyleCommand::remo…61998 (WebCore::EditingStyle::conflictsWithInlineStyleOfElement): Added.