Home
last modified time | relevance | path

Searched refs:findById (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h216 const LayerAndroid* findById(int uniqueID) const in findById() function
218 return const_cast<LayerAndroid*>(this)->findById(uniqueID); in findById()
220 LayerAndroid* findById(int uniqueID);
DLayerAndroid.cpp633 LayerAndroid* replacementLayer = replacementTree->findById(uniqueId()); in mergeInvalsInto()
1049 LayerAndroid* LayerAndroid::findById(int match) in findById() function in WebCore::LayerAndroid
1054 LayerAndroid* result = getChild(i)->findById(match); in findById()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp494 const LayerAndroid* from = fromRoot->findById(layerId); in copyScrollPosition()
495 LayerAndroid* to = toRoot->findById(layerId); in copyScrollPosition()
580 LayerAndroid* layer = m_baseLayer->findById(layerId); in getLayerTransform()
749 LayerAndroid* layer = m_baseLayer->findById(layerId); in isPointVisible()
1005 LayerAndroid* layer = baseLayer->findById(layerId); in nativeDumpLayerContentToPicture()
1247 LayerAndroid* layer = baseLayer->findById(layerId); in nativeScrollLayer()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceCollection.cpp214 LayerAndroid* layer = m_compositedRoot->findById(layerId); in updateScrollableLayer()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp656 static_cast<VideoLayerAndroid*>(layerImpl->findById(videoLayerId)); in SendSurfaceTexture()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp4196 LayerAndroid* target = layerAndroid->findById(layer); in scrollRenderLayer()