Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.h109 …bool conflictsWithInlineStyleOfElement(StyledElement* element) const { return conflictsWithInlineS… in conflictsWithInlineStyleOfElement() function
110 …bool conflictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extractedStyle, Vecto… in conflictsWithInlineStyleOfElement() function
112 return conflictsWithInlineStyleOfElement(element, extractedStyle, &conflictingProperties); in conflictsWithInlineStyleOfElement()
138 …bool conflictsWithInlineStyleOfElement(StyledElement*, EditingStyle* extractedStyle, Vector<CSSPro…
DApplyStyleCommand.cpp896 return style->conflictsWithInlineStyleOfElement(element); in removeCSSStyle()
899 if (!style->conflictsWithInlineStyleOfElement(element, extractedStyle, properties)) in removeCSSStyle()
DEditingStyle.cpp547 bool EditingStyle::conflictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extracte… in conflictsWithInlineStyleOfElement() function in WebCore::EditingStyle
/external/webkit/Source/WebCore/
DChangeLog57402 (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.