Home
last modified time | relevance | path

Searched refs:updateScrollableLayer (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceCollectionManager.cpp163 void SurfaceCollectionManager::updateScrollableLayer(int layerId, int x, int y) in updateScrollableLayer() function in WebCore::SurfaceCollectionManager
166 m_queuedCollection->updateScrollableLayer(layerId, x, y); in updateScrollableLayer()
168 m_paintingCollection->updateScrollableLayer(layerId, x, y); in updateScrollableLayer()
170 m_drawingCollection->updateScrollableLayer(layerId, x, y); in updateScrollableLayer()
DSurfaceCollectionManager.h50 void updateScrollableLayer(int layerId, int x, int y);
DSurfaceCollection.h69 void updateScrollableLayer(int layerId, int x, int y);
DSurfaceCollection.cpp232 void SurfaceCollection::updateScrollableLayer(int layerId, int x, int y) in updateScrollableLayer() function in WebCore::SurfaceCollection
/external/webkit/Source/WebCore/platform/graphics/android/
DGLWebViewState.cpp124 m_surfaceCollectionManager.updateScrollableLayer(layerId, x, y); in scrollLayer()