Searched refs:dumpLayer (Results 1 - 10 of 10) 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 DIFrameLayerAndroid.h56 virtual void dumpLayer(LayerDumper*) const;
H A DFixedPositioning.cpp89 void FixedPositioning::dumpLayer(LayerDumper* dumper) const function in class:WebCore::FixedPositioning
H A DFixedPositioning.h133 void dumpLayer(LayerDumper*) const;
H A DLayerAndroid.h297 virtual void dumpLayer(LayerDumper*) const;
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/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);
H A DLayerChromium.h203 void dumpLayer(TextStream&, int indent) const;
/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);
H A DGraphicsLayer.h331 void dumpLayer(TextStream&, int indent = 0, LayerTreeAsTextBehavior = LayerTreeAsTextBehaviorNormal) const;

Completed in 146 milliseconds