Home
last modified time | relevance | path

Searched refs:conflictsWithInlineStyleOfElement (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditingStyle.h110 …bool conflictsWithInlineStyleOfElement(StyledElement* element) const { return conflictsWithInlineS… in conflictsWithInlineStyleOfElement() function
111 …bool conflictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extractedStyle, Vecto… in conflictsWithInlineStyleOfElement() function
113 return conflictsWithInlineStyleOfElement(element, extractedStyle, &conflictingProperties); in conflictsWithInlineStyleOfElement()
139 …bool conflictsWithInlineStyleOfElement(StyledElement*, EditingStyle* extractedStyle, Vector<CSSPro…
H A DApplyStyleCommand.cpp896 return style->conflictsWithInlineStyleOfElement(element); in removeCSSStyle()
899 if (!style->conflictsWithInlineStyleOfElement(element, extractedStyle, properties)) in removeCSSStyle()
H A DEditingStyle.cpp578 bool EditingStyle::conflictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extracte… in conflictsWithInlineStyleOfElement() function in WebCore::EditingStyle
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog57926 (WebCore::EditingStyle::conflictsWithInlineStyleOfElement): Takes EditingStyle*.
57930 (WebCore::EditingStyle::conflictsWithInlineStyleOfElement): Ditto.
62502 …Also extracted EditingStyle::conflictsWithInlineStyleOfElement from ApplyStyleCommand::removeCSSSt…
62512 conflictsWithInlineStyleOfElement.
62520 …(WebCore::EditingStyle::conflictsWithInlineStyleOfElement): Extracted from ApplyStyleCommand::remo…
62522 (WebCore::EditingStyle::conflictsWithInlineStyleOfElement): Added.