Searched refs:shadowDataEquivalent (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DStyleRareInheritedData.h54 bool shadowDataEquivalent(const StyleRareInheritedData&) const;
H A DStyleRareInheritedData.cpp123 && shadowDataEquivalent(o)
157 bool StyleRareInheritedData::shadowDataEquivalent(const StyleRareInheritedData& o) const function in class:WebCore::StyleRareInheritedData
H A DStyleRareNonInheritedData.h80 bool shadowDataEquivalent(const StyleRareNonInheritedData& o) const;
H A DStyleRareNonInheritedData.cpp135 && shadowDataEquivalent(o)
166 bool StyleRareNonInheritedData::shadowDataEquivalent(const StyleRareNonInheritedData& o) const function in class:WebCore::StyleRareNonInheritedData
H A DRenderStyle.cpp352 if (!rareNonInheritedData->shadowDataEquivalent(*other->rareNonInheritedData.get()))
411 if (!rareInheritedData->shadowDataEquivalent(*other->rareInheritedData.get()))

Completed in 72 milliseconds