Searched refs:updateScrollableLayer (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | SurfaceCollectionManager.cpp | 163 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()
|
D | SurfaceCollectionManager.h | 50 void updateScrollableLayer(int layerId, int x, int y);
|
D | SurfaceCollection.h | 69 void updateScrollableLayer(int layerId, int x, int y);
|
D | SurfaceCollection.cpp | 232 void SurfaceCollection::updateScrollableLayer(int layerId, int x, int y) in updateScrollableLayer() function in WebCore::SurfaceCollection
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GLWebViewState.cpp | 124 m_surfaceCollectionManager.updateScrollableLayer(layerId, x, y); in scrollLayer()
|