HomeSort by relevance Sort by last modified time
    Searched defs:getAnimatedBoundingBox (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationStack.cpp 149 bool AnimationStack::getAnimatedBoundingBox(FloatBox& box, CSSPropertyID property) const
162 if (!CompositorAnimations::instance()->getAnimatedBoundingBox(expandingBox, *anim->effect(), startRange, endRange))
CompositorAnimations.cpp 76 bool CompositorAnimations::getAnimatedBoundingBox(FloatBox& box, const AnimationEffect& effect, double minValue, double maxValue) const

Completed in 98 milliseconds