Home
last modified time | relevance | path

Searched refs:dumpLayer (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerChromium.cpp348 dumpLayer(ts, 0); in layerTreeAsText()
358 void LayerChromium::dumpLayer(TextStream& ts, int indent) const in dumpLayer() function in WebCore::LayerChromium
368 m_replicaLayer->dumpLayer(ts, indent+3); in dumpLayer()
373 m_maskLayer->dumpLayer(ts, indent+3); in dumpLayer()
376 m_sublayers[i]->dumpLayer(ts, indent+1); in dumpLayer()
DLayerChromium.h203 void dumpLayer(TextStream&, int indent) const;
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp403 void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const in dumpLayer() function in WebCore::GraphicsLayer
502 m_replicaLayer->dumpLayer(ts, indent + 2, behavior); in dumpProperties()
519 m_children[i]->dumpLayer(ts, indent + 2, behavior); in dumpProperties()
529 dumpLayer(ts, 0, behavior); in layerTreeAsText()
DGraphicsLayer.h331 …void dumpLayer(TextStream&, int indent = 0, LayerTreeAsTextBehavior = LayerTreeAsTextBehaviorNorma…
/external/webkit/Source/WebCore/
DChangeLog1301 (WebCore::LayerChromium::dumpLayer):
37043 (WebCore::LayerChromium::dumpLayer):
53361 (WebCore::LayerChromium::dumpLayer):