Searched defs:dumpLayer (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DIFrameLayerAndroid.cpp32 void IFrameLayerAndroid::dumpLayer(LayerDumper* dumper) const function in class:WebCore::IFrameLayerAndroid
34 LayerAndroid::dumpLayer(dumper);
H A DFixedPositioning.cpp89 void FixedPositioning::dumpLayer(LayerDumper* dumper) const function in class:WebCore::FixedPositioning
H A DLayerAndroid.cpp1010 void LayerAndroid::dumpLayer(LayerDumper* dumper) const function in class:WebCore::LayerAndroid
1031 m_fixedPosition->dumpLayer(dumper);
1037 dumpLayer(dumper);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp403 void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const function in class:WebCore::GraphicsLayer
502 m_replicaLayer->dumpLayer(ts, indent + 2, behavior);
519 m_children[i]->dumpLayer(ts, indent + 2, behavior);
529 dumpLayer(ts, 0, behavior);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.cpp348 dumpLayer(ts, 0);
358 void LayerChromium::dumpLayer(TextStream& ts, int indent) const function in class:WebCore::LayerChromium
368 m_replicaLayer->dumpLayer(ts, indent+3);
373 m_maskLayer->dumpLayer(ts, indent+3);
376 m_sublayers[i]->dumpLayer(ts, indent+1);

Completed in 281 milliseconds