reflectionDataEquivalent 1807 Source/core/rendering/RenderLayer.cpp ASSERT(!oldStyle || !renderer()->style()->reflectionDataEquivalent(oldStyle)); reflectionDataEquivalent 3906 Source/core/rendering/RenderLayer.cpp if (!oldStyle || !renderer()->style()->reflectionDataEquivalent(oldStyle)) { reflectionDataEquivalent 448 Source/core/rendering/style/RenderStyle.cpp if (!rareNonInheritedData->reflectionDataEquivalent(*other.rareNonInheritedData.get())) reflectionDataEquivalent 814 Source/core/rendering/style/RenderStyle.h bool reflectionDataEquivalent(const RenderStyle* otherStyle) const { return rareNonInheritedData->reflectionDataEquivalent(*otherStyle->rareNonInheritedData); } reflectionDataEquivalent 193 Source/core/rendering/style/StyleRareNonInheritedData.cpp && reflectionDataEquivalent(o) reflectionDataEquivalent 87 Source/core/rendering/style/StyleRareNonInheritedData.h bool reflectionDataEquivalent(const StyleRareNonInheritedData&) const;