Searched defs:conflictsWithInlineStyleOfElement (Results 1 - 2 of 2) 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 DEditingStyle.cpp547 bool EditingStyle::conflictsWithInlineStyleOfElement(StyledElement* element, EditingStyle* extractedStyle, Vector<CSSPropertyID>* conflictingProperties) const function in class:WebCore::EditingStyle

Completed in 113 milliseconds