OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updatescrollablelayer
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
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);
SurfaceCollectionManager.h
50
void
updateScrollableLayer
(int layerId, int x, int 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 156 milliseconds