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

/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.h42 static bool propertiesEqual(CSSPropertyID, const RenderStyle* a, const RenderStyle* b);
H A DImplicitAnimation.cpp213 return CSSPropertyAnimation::propertiesEqual(prop, m_toStyle.get(), targetStyle);
H A DCompositeAnimation.cpp155 equal = !isActiveTransition || CSSPropertyAnimation::propertiesEqual(prop, fromStyle, targetStyle);
H A DCSSPropertyAnimation.cpp1245 bool CSSPropertyAnimation::propertiesEqual(CSSPropertyID prop, const RenderStyle* a, const RenderStyle* b) function in class:WebCore::PropertyWrapperShadow::CSSPropertyAnimation

Completed in 176 milliseconds