Home
last modified time | relevance | path

Searched refs:transitionDataEquivalent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.h88 bool transitionDataEquivalent(const StyleRareNonInheritedData&) const;
DStyleRareNonInheritedData.cpp192 && transitionDataEquivalent(o) in operator ==()
296 bool StyleRareNonInheritedData::transitionDataEquivalent(const StyleRareNonInheritedData& o) const in transitionDataEquivalent() function in WebCore::StyleRareNonInheritedData