/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/ |
D | LayerTreeHostCA.cpp | 223 m_rootLayer->syncCompositingStateForThisLayerOnly(); in flushPendingLayerChanges() 224 m_nonCompositedContentLayer->syncCompositingStateForThisLayerOnly(); in flushPendingLayerChanges() 226 m_pageOverlayLayer->syncCompositingStateForThisLayerOnly(); in flushPendingLayerChanges()
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | GraphicsLayerTextureMapper.h | 82 virtual void syncCompositingStateForThisLayerOnly();
|
D | GraphicsLayerTextureMapper.cpp | 356 void GraphicsLayerTextureMapper::syncCompositingStateForThisLayerOnly() in syncCompositingStateForThisLayerOnly() function in WebCore::GraphicsLayerTextureMapper
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.h | 84 virtual void syncCompositingStateForThisLayerOnly();
|
D | GraphicsLayerQt.cpp | 1299 void GraphicsLayerQt::syncCompositingStateForThisLayerOnly() in syncCompositingStateForThisLayerOnly() function in WebCore::GraphicsLayerQt 1303 GraphicsLayer::syncCompositingStateForThisLayerOnly(); in syncCompositingStateForThisLayerOnly()
|
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/ |
D | WebFullScreenManagerMac.mm | 169 m_rootLayer->syncCompositingStateForThisLayerOnly(); 180 m_rootLayer->syncCompositingStateForThisLayerOnly(); 229 m_rootLayer->syncCompositingStateForThisLayerOnly();
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.h | 125 virtual void syncCompositingStateForThisLayerOnly();
|
D | GraphicsLayerAndroid.cpp | 1192 void GraphicsLayerAndroid::syncCompositingStateForThisLayerOnly() in syncCompositingStateForThisLayerOnly() function in WebCore::GraphicsLayerAndroid 1215 syncCompositingStateForThisLayerOnly(); in syncCompositingState()
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.h | 123 virtual void syncCompositingStateForThisLayerOnly();
|
D | GraphicsLayerCA.cpp | 777 void GraphicsLayerCA::syncCompositingStateForThisLayerOnly() in syncCompositingStateForThisLayerOnly() function in WebCore::GraphicsLayerCA
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.h | 360 virtual void syncCompositingStateForThisLayerOnly() { } in syncCompositingStateForThisLayerOnly() function
|
/external/webkit/Source/WebCore/page/ |
D | FrameView.cpp | 636 graphicsLayer->syncCompositingStateForThisLayerOnly(); in syncCompositingStateForThisFrame() 638 graphicsLayer->syncCompositingStateForThisLayerOnly(); in syncCompositingStateForThisFrame() 640 graphicsLayer->syncCompositingStateForThisLayerOnly(); in syncCompositingStateForThisFrame()
|
/external/webkit/Source/WebKit/win/ |
D | WebView.cpp | 6499 m_backingLayer->syncCompositingStateForThisLayerOnly(); in flushPendingGraphicsLayerChanges()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 1320 (WebCore::GraphicsLayerMac::syncCompositingStateForThisLayerOnly): 102762 [Qt] GraphicsLayerQt must have syncCompositingStateForThisLayerOnly() implemented 102765 Add GraphicsLayerQt::syncCompositingStateForThisLayerOnly, a non-recursive 102770 (WebCore::GraphicsLayerQt::syncCompositingStateForThisLayerOnly): 108715 … 32-bit by not explicitly exporting WebCore::GraphicsLayer::syncCompositingStateForThisLayerOnly(). 109127 Step 2: add a method, syncCompositingStateForThisLayerOnly(), to GraphicsLayer to commit 109132 (WebCore::GraphicsLayer::syncCompositingStateForThisLayerOnly): 109135 (WebCore::GraphicsLayerCA::syncCompositingStateForThisLayerOnly):
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 3252 Call syncCompositingStateForThisLayerOnly on the non-composited content layer. 27663 Also changed various calls to syncCompositingStateForThisLayerOnly()
|