Home | History | Annotate | Download | only in style

Lines Matching defs:StyleRareNonInheritedData

23 #include "core/rendering/style/StyleRareNonInheritedData.h"
35 StyleRareNonInheritedData::StyleRareNonInheritedData()
102 StyleRareNonInheritedData::StyleRareNonInheritedData(const StyleRareNonInheritedData& o)
103 : RefCounted<StyleRareNonInheritedData>()
185 StyleRareNonInheritedData::~StyleRareNonInheritedData()
192 bool StyleRareNonInheritedData::operator==(const StyleRareNonInheritedData& o) const
272 bool StyleRareNonInheritedData::contentDataEquivalent(const StyleRareNonInheritedData& o) const
285 bool StyleRareNonInheritedData::counterDataEquivalent(const StyleRareNonInheritedData& o) const
290 bool StyleRareNonInheritedData::shadowDataEquivalent(const StyleRareNonInheritedData& o) const
295 bool StyleRareNonInheritedData::reflectionDataEquivalent(const StyleRareNonInheritedData& o) const
300 bool StyleRareNonInheritedData::animationDataEquivalent(const StyleRareNonInheritedData& o) const
309 bool StyleRareNonInheritedData::transitionDataEquivalent(const StyleRareNonInheritedData& o) const
318 bool StyleRareNonInheritedData::hasFilters() const