Searched refs:conflictsWithInlineStyleOfElement (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.h109 bool conflictsWithInlineStyleOfElement(StyledElement* element) const { return conflictsWithInlineStyleOfElement(element, 0, 0); } function in class:WebCore::EditingStyle
110 bool conflictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extractedStyle, Vector<CSSPropertyID>& conflictingProperties) const function in class:WebCore::EditingStyle
112 return conflictsWithInlineStyleOfElement(element, extractedStyle, &conflictingProperties);
138 bool conflictsWithInlineStyleOfElement(StyledElement*, EditingStyle* extractedStyle, Vector<CSSPropertyID>* conflictingProperties) const;
H A DApplyStyleCommand.cpp896 return style->conflictsWithInlineStyleOfElement(element);
899 if (!style->conflictsWithInlineStyleOfElement(element, extractedStyle, properties))
H A DEditingStyle.cpp547 bool EditingStyle::conflictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extractedStyle, Vector<CSSPropertyID>* conflictingProperties) const function in class:WebCore::EditingStyle

Completed in 198 milliseconds