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

  /external/webkit/Source/WebCore/page/animation/
AnimationBase.h 162 bool isTransformFunctionListValid() const { return m_transformFunctionListValid; }
235 bool m_transformFunctionListValid;
ImplicitAnimation.cpp 252 m_transformFunctionListValid = false;
283 m_transformFunctionListValid = true;
KeyframeAnimation.cpp 57 // Update the m_transformFunctionListValid flag based on whether the function lists in the keyframes match.
388 m_transformFunctionListValid = false;
431 m_transformFunctionListValid = true;
AnimationBase.cpp     [all...]

Completed in 20 milliseconds