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

  /external/webkit/WebCore/platform/animation/
TimingFunction.h 42 TimingFunction(ETimingFunctionType timingFunction, double x1 = 0.0, double y1 = 0.0, double x2 = 1.0, double y2 = 1.0)
61 ETimingFunctionType type() const { return m_type; }
64 ETimingFunctionType m_type;
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 298 enum ETimingFunctionType { LinearTimingFunction, CubicBezierTimingFunction };

Completed in 14 milliseconds