Searched refs:dumpLayer (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | LayerChromium.cpp | 348 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()
|
D | LayerChromium.h | 203 void dumpLayer(TextStream&, int indent) const;
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.cpp | 403 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()
|
D | GraphicsLayer.h | 331 …void dumpLayer(TextStream&, int indent = 0, LayerTreeAsTextBehavior = LayerTreeAsTextBehaviorNorma…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 1301 (WebCore::LayerChromium::dumpLayer): 37043 (WebCore::LayerChromium::dumpLayer): 53361 (WebCore::LayerChromium::dumpLayer):
|