Home | History | Annotate | Download | only in style

Lines Matching refs:StyleRareNonInheritedData

23 #include "StyleRareNonInheritedData.h"
34 StyleRareNonInheritedData::StyleRareNonInheritedData()
66 StyleRareNonInheritedData::StyleRareNonInheritedData(const StyleRareNonInheritedData& o)
67 : RefCounted<StyleRareNonInheritedData>()
105 StyleRareNonInheritedData::~StyleRareNonInheritedData()
109 bool StyleRareNonInheritedData::operator==(const StyleRareNonInheritedData& o) const
151 bool StyleRareNonInheritedData::contentDataEquivalent(const StyleRareNonInheritedData& o) const
166 bool StyleRareNonInheritedData::shadowDataEquivalent(const StyleRareNonInheritedData& o) const
175 bool StyleRareNonInheritedData::reflectionDataEquivalent(const StyleRareNonInheritedData& o) const
186 bool StyleRareNonInheritedData::animationDataEquivalent(const StyleRareNonInheritedData& o) const
195 bool StyleRareNonInheritedData::transitionDataEquivalent(const StyleRareNonInheritedData& o) const