HomeSort by relevance Sort by last modified time
    Searched defs:updateWithTree (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
TreeManager.cpp 136 void TreeManager::updateWithTree(Layer* newTree, bool brandNew)
138 XLOG("updateWithTree - %p, has children %d, has animations %d",
LayerAndroid.cpp 932 bool LayerAndroid::updateWithTree(LayerAndroid* newTree)
939 needsRepaint |= this->getChild(i)->updateWithTree(newTree);
    [all...]

Completed in 30 milliseconds