Searched refs:contentDataEquivalent (Results 1 – 4 of 4) sorted by relevance
83 bool contentDataEquivalent(const StyleRareNonInheritedData&) const;
187 && contentDataEquivalent(o) in operator ==()244 bool StyleRareNonInheritedData::contentDataEquivalent(const StyleRareNonInheritedData& o) const in contentDataEquivalent() function in WebCore::StyleRareNonInheritedData
1455 …bool contentDataEquivalent(const RenderStyle* otherStyle) const { return const_cast<RenderStyle*>(… in contentDataEquivalent() function
181 || !oldStyle->contentDataEquivalent(newStyle) in compare()