HomeSort by relevance Sort by last modified time
    Searched refs:isEmptyOrZeroDuration (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/animation/
Animation.h 65 bool isEmptyOrZeroDuration() const
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 538 if (!anim || anim->isEmptyOrZeroDuration() || valueList.size() != 2)
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 712 if (forceSoftwareAnimation() || !anim || anim->isEmptyOrZeroDuration() || valueList.size() < 2)
    [all...]

Completed in 2548 milliseconds