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

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationStack.h58 bool getAnimatedBoundingBox(FloatBox&, CSSPropertyID) const;
H A DCompositorAnimations.h56 virtual bool getAnimatedBoundingBox(FloatBox&, const AnimationEffect&, double minValue, double maxValue) const;
H A DAnimationStack.cpp149 bool AnimationStack::getAnimatedBoundingBox(FloatBox& box, CSSPropertyID property) const function in class:blink::AnimationStack
162 if (!CompositorAnimations::instance()->getAnimatedBoundingBox(expandingBox, *anim->effect(), startRange, endRange))
H A DCompositorAnimations.cpp76 bool CompositorAnimations::getAnimatedBoundingBox(FloatBox& box, const AnimationEffect& effect, double minValue, double maxValue) const function in class:blink::CompositorAnimations
H A DCompositorAnimationsTest.cpp120 return CompositorAnimations::instance()->getAnimatedBoundingBox(boundingBox, effect, minValue, maxValue);

Completed in 113 milliseconds