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

  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 83 virtual void syncCompositingState();
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 81 virtual void syncCompositingState();
GraphicsLayerTextureMapper.cpp 358 m_node->syncCompositingState(this, false);
363 void GraphicsLayerTextureMapper::syncCompositingState()
365 m_node->syncCompositingState(this, true);
TextureMapperNode.h 112 void syncCompositingState(GraphicsLayerTextureMapper*, bool recursive);
TextureMapperNode.cpp 732 void TextureMapperNode::syncCompositingState(GraphicsLayerTextureMapper* graphicsLayer, bool recurse)
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 131 virtual void syncCompositingState();
GraphicsLayerAndroid.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 359 virtual void syncCompositingState() { }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 122 virtual void syncCompositingState();
GraphicsLayerCA.cpp 772 void GraphicsLayerCA::syncCompositingState()
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 443 rendererGraphics->syncCompositingState();
582 rendererGraphics->syncCompositingState();
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 223 rootLayer->syncCompositingState();
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 645 // The fullScreenRenderer's graphicsLayer has been re-parented, and the above recursive syncCompositingState
646 // call will not cause the subtree under it to repaint. Explicitly call the syncCompositingState on
658 fullScreenLayer->syncCompositingState();
    [all...]

Completed in 412 milliseconds