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.cpp623 void LayerAndroid::mergeInvalsInto(LayerAndroid* replacementTree) in mergeInvalsInto() argument
627 this->getChild(i)->mergeInvalsInto(replacementTree); in mergeInvalsInto()
629 LayerAndroid* replacementLayer = replacementTree->findById(uniqueId()); in mergeInvalsInto()
DLayerAndroid.h269 void mergeInvalsInto(LayerAndroid* replacementTree);