HomeSort by relevance Sort by last modified time
    Searched refs:LayerTreeAsTextBehavior (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 89 typedef unsigned LayerTreeAsTextBehavior;
331 void dumpLayer(TextStream&, int indent = 0, LayerTreeAsTextBehavior = LayerTreeAsTextBehaviorNormal) const;
364 String layerTreeAsText(LayerTreeAsTextBehavior = LayerTreeAsTextBehaviorNormal) const;
383 void dumpProperties(TextStream&, int indent, LayerTreeAsTextBehavior) const;
GraphicsLayer.cpp 403 void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const
419 void GraphicsLayer::dumpProperties(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const
525 String GraphicsLayer::layerTreeAsText(LayerTreeAsTextBehavior behavior) const

Completed in 40 milliseconds