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

/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp239 virtual bool isShorthandWrapper() const { return false; } function in class:WebCore::PropertyWrapperBase
572 virtual bool isShorthandWrapper() const { return true; } function in class:WebCore::ShorthandPropertyWrapper
820 if (!wrapper->isShorthandWrapper() && !wrapper->equals(a, b))
838 isShorthand = wrapper->isShorthandWrapper();
878 if (!wrapper->isShorthandWrapper())

Completed in 58 milliseconds