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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollectionManager.h 50 void updateScrollableLayer(int layerId, int x, int y);
SurfaceCollection.h 69 void updateScrollableLayer(int layerId, int x, int y);
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)
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 124 m_surfaceCollectionManager.updateScrollableLayer(layerId, x, y);

Completed in 83 milliseconds