HomeSort by relevance Sort by last modified time
    Searched defs:updateScrollableLayer (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollectionManager.cpp 184 void SurfaceCollectionManager::updateScrollableLayer(int layerId, int x, int y)
187 m_queuedCollection->updateScrollableLayer(layerId, x, y);
189 m_paintingCollection->updateScrollableLayer(layerId, x, y);
191 m_drawingCollection->updateScrollableLayer(layerId, x, y);
SurfaceCollection.cpp 212 void SurfaceCollection::updateScrollableLayer(int layerId, int x, int y)

Completed in 43 milliseconds