Home
last modified time | relevance | path

Searched refs:showLayer (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/tests/
DTreeManager_test.cpp304 root.showLayer(0); in TEST_F()
310 copy->showLayer(0); in TEST_F()
333 copy1->showLayer(0); in TEST_F()
354 copy2->showLayer(0); in TEST_F()
397 copy->showLayer(0); in TEST_F()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceCollection.cpp224 m_compositedRoot->showLayer(0); in updateLayerPositions()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h150 void showLayer(int indent = 0);
DLayerAndroid.cpp585 void LayerAndroid::showLayer(int indent) in showLayer() function in WebCore::LayerAndroid
623 this->getChild(i)->showLayer(indent + 2); in showLayer()