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

  /external/webkit/Source/WebCore/platform/animation/
TimingFunction.h 140 return m_steps == stf->m_steps && m_stepAtStart == stf->m_stepAtStart;
146 bool stepAtStart() const { return m_stepAtStart; }
152 , m_stepAtStart(stepAtStart)
157 bool m_stepAtStart;
  /external/webkit/Source/WebCore/css/
CSSTimingFunctionValue.h 106 bool stepAtStart() const { return m_stepAtStart; }
111 , m_stepAtStart(stepAtStart)
120 bool m_stepAtStart;
CSSTimingFunctionValue.cpp 57 text += m_stepAtStart ? "start" : "end";

Completed in 211 milliseconds