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

  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 160 bool animationIsRunning(const String& keyframesName) const
GraphicsLayerCA.mm 745 if (!animationIsRunning(animationName))
754 if (!animationIsRunning(keyframesName))
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 152 void adjustCachingRecursively(bool animationIsRunning);
268 void GraphicsLayerQtImpl::adjustCachingRecursively(bool animationIsRunning)
278 layer->setCacheMode(animationIsRunning ? QGraphicsItem::ItemCoordinateCache : QGraphicsItem::DeviceCoordinateCache);
    [all...]

Completed in 410 milliseconds