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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.h 64 void mergeInvalsInto(SurfaceCollection* replacementSurfaceCollection);
SurfaceCollection.cpp 192 void SurfaceCollection::mergeInvalsInto(SurfaceCollection* replacementSurface)
194 m_compositedRoot->mergeInvalsInto(replacementSurface->m_compositedRoot);
SurfaceCollectionManager.cpp 157 m_queuedCollection->mergeInvalsInto(newCollection);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 271 void mergeInvalsInto(LayerAndroid* replacementTree);
LayerAndroid.cpp 627 void LayerAndroid::mergeInvalsInto(LayerAndroid* replacementTree)
631 this->getChild(i)->mergeInvalsInto(replacementTree);
    [all...]

Completed in 2222 milliseconds