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

  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 335 virtual void syncCompositingState() { }
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 893 void GraphicsLayerAndroid::syncCompositingState()
897 layer->syncCompositingState();
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 830 void GraphicsLayerQt::syncCompositingState()
833 GraphicsLayer::syncCompositingState();
    [all...]

Completed in 144 milliseconds