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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.h 65 bool evaluateAnimations(double currentTime);
SurfaceCollection.cpp 197 bool SurfaceCollection::evaluateAnimations(double currentTime)
199 return m_compositedRoot->evaluateAnimations(currentTime);
SurfaceCollectionManager.cpp 253 m_paintingCollection->evaluateAnimations(currentTime);
321 hasRunningAnimation = m_drawingCollection->evaluateAnimations(currentTime);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 196 bool evaluateAnimations();
197 bool evaluateAnimations(double time);
LayerAndroid.cpp 224 bool LayerAndroid::evaluateAnimations()
228 return evaluateAnimations(time);
240 bool LayerAndroid::evaluateAnimations(double time)
244 if (getChild(i)->evaluateAnimations(time))
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp     [all...]

Completed in 334 milliseconds