Home
last modified time | relevance | path

Searched refs:reflectionDataEquivalent (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleRareNonInheritedData.cpp136 && reflectionDataEquivalent(o) in operator ==()
175 bool StyleRareNonInheritedData::reflectionDataEquivalent(const StyleRareNonInheritedData& o) const in reflectionDataEquivalent() function in WebCore::StyleRareNonInheritedData
DStyleRareNonInheritedData.h81 bool reflectionDataEquivalent(const StyleRareNonInheritedData& o) const;
DRenderStyle.cpp355 if (!rareNonInheritedData->reflectionDataEquivalent(*other->rareNonInheritedData.get())) in diff()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1025041 (WebCore::StyleRareNonInheritedData::reflectionDataEquivalent):