Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/
DKeyframeAnimationEffect.h100 virtual bool isKeyframeAnimationEffect() const OVERRIDE { return true; } in isKeyframeAnimationEffect() function
151 …imationEffect, AnimationEffect, value, value->isKeyframeAnimationEffect(), value.isKeyframeAnimati…
DAnimationEffect.h65 virtual bool isKeyframeAnimationEffect() const { return false; } in isKeyframeAnimationEffect() function