Home
last modified time | relevance | path

Searched refs:replacementTree (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp627 void LayerAndroid::mergeInvalsInto(LayerAndroid* replacementTree) in mergeInvalsInto() argument
631 this->getChild(i)->mergeInvalsInto(replacementTree); in mergeInvalsInto()
633 LayerAndroid* replacementLayer = replacementTree->findById(uniqueId()); in mergeInvalsInto()
DLayerAndroid.h271 void mergeInvalsInto(LayerAndroid* replacementTree);