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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 290 void PlatformCAAnimation::setTimingFunction(const TimingFunction* value)
  /external/webkit/Source/WebCore/platform/animation/
Animation.h 108 void setTimingFunction(PassRefPtr<TimingFunction> f) { m_timingFunction = f; m_timingFunctionSet = true; }

Completed in 57 milliseconds