Home
last modified time | relevance | path

Searched defs:ctf (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/animation/
DTimingFunction.h94 … const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(&other); variable
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp567 … const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(tf); in getTimingFunctionValue() local
580 … const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(tf.get()); in getTimingFunctionValue() local
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCAAnimationWin.cpp129 …const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(timingFunctio… in toCACFTimingFunction() local
/external/clang/test/SemaCXX/
Doverloaded-operator.cpp208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call()
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp1326 const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(tf); in progress() local
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1349 …const CubicBezierTimingFunction* ctf = static_cast<const CubicBezierTimingFunction*>(timingFunctio… in applyTimingFunction() local