Home
last modified time | relevance | path

Searched refs:syncCompositingStateForThisLayerOnly (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
DLayerTreeHostCA.cpp223 m_rootLayer->syncCompositingStateForThisLayerOnly(); in flushPendingLayerChanges()
224 m_nonCompositedContentLayer->syncCompositingStateForThisLayerOnly(); in flushPendingLayerChanges()
226 m_pageOverlayLayer->syncCompositingStateForThisLayerOnly(); in flushPendingLayerChanges()
/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.h82 virtual void syncCompositingStateForThisLayerOnly();
DGraphicsLayerTextureMapper.cpp356 void GraphicsLayerTextureMapper::syncCompositingStateForThisLayerOnly() in syncCompositingStateForThisLayerOnly() function in WebCore::GraphicsLayerTextureMapper
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h84 virtual void syncCompositingStateForThisLayerOnly();
DGraphicsLayerQt.cpp1299 void GraphicsLayerQt::syncCompositingStateForThisLayerOnly() in syncCompositingStateForThisLayerOnly() function in WebCore::GraphicsLayerQt
1303 GraphicsLayer::syncCompositingStateForThisLayerOnly(); in syncCompositingStateForThisLayerOnly()
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
DWebFullScreenManagerMac.mm169 m_rootLayer->syncCompositingStateForThisLayerOnly();
180 m_rootLayer->syncCompositingStateForThisLayerOnly();
229 m_rootLayer->syncCompositingStateForThisLayerOnly();
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h125 virtual void syncCompositingStateForThisLayerOnly();
DGraphicsLayerAndroid.cpp1192 void GraphicsLayerAndroid::syncCompositingStateForThisLayerOnly() in syncCompositingStateForThisLayerOnly() function in WebCore::GraphicsLayerAndroid
1215 syncCompositingStateForThisLayerOnly(); in syncCompositingState()
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h123 virtual void syncCompositingStateForThisLayerOnly();
DGraphicsLayerCA.cpp777 void GraphicsLayerCA::syncCompositingStateForThisLayerOnly() in syncCompositingStateForThisLayerOnly() function in WebCore::GraphicsLayerCA
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h360 virtual void syncCompositingStateForThisLayerOnly() { } in syncCompositingStateForThisLayerOnly() function
/external/webkit/Source/WebCore/page/
DFrameView.cpp636 graphicsLayer->syncCompositingStateForThisLayerOnly(); in syncCompositingStateForThisFrame()
638 graphicsLayer->syncCompositingStateForThisLayerOnly(); in syncCompositingStateForThisFrame()
640 graphicsLayer->syncCompositingStateForThisLayerOnly(); in syncCompositingStateForThisFrame()
/external/webkit/Source/WebKit/win/
DWebView.cpp6499 m_backingLayer->syncCompositingStateForThisLayerOnly(); in flushPendingGraphicsLayerChanges()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-061320 (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/
DChangeLog-2011-02-163252 Call syncCompositingStateForThisLayerOnly on the non-composited content layer.
27663 Also changed various calls to syncCompositingStateForThisLayerOnly()