Home
last modified time | relevance | path

Searched refs:isCubicBezierTimingFunction (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/animation/
DTimingFunction.h42 bool isCubicBezierTimingFunction() const { return m_type == CubicBezierFunction; } in isCubicBezierTimingFunction() function
93 if (other.isCubicBezierTimingFunction()) {
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DAndroidAnimation.cpp139 if (timingFunction && timingFunction->isCubicBezierTimingFunction()) { in applyTimingFunction()
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCAAnimationWin.cpp128 if (timingFunction->isCubicBezierTimingFunction()) { in toCACFTimingFunction()
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCAAnimationMac.mm139 if (timingFunction->isCubicBezierTimingFunction()) {
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp554 if (tf->isCubicBezierTimingFunction()) { in getTimingFunctionValue()
567 if (tf->isCubicBezierTimingFunction()) { in getTimingFunctionValue()
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp1325 if (tf->isCubicBezierTimingFunction()) { in progress()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1348 if (timingFunction->isCubicBezierTimingFunction()) { in applyTimingFunction()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0659379 (WebCore::TimingFunction::isCubicBezierTimingFunction):