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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
IFrameLayerAndroid.cpp 10 #include "DumpLayer.h"
32 void IFrameLayerAndroid::dumpLayer(LayerDumper* dumper) const
34 LayerAndroid::dumpLayer(dumper);
IFrameLayerAndroid.h 56 virtual void dumpLayer(LayerDumper*) const;
FixedPositioning.cpp 8 #include "DumpLayer.h"
89 void FixedPositioning::dumpLayer(LayerDumper* dumper) const
FixedPositioning.h 133 void dumpLayer(LayerDumper*) const;
LayerAndroid.h 297 virtual void dumpLayer(LayerDumper*) const;
LayerAndroid.cpp 13 #include "DumpLayer.h"
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.cpp 348 dumpLayer(ts, 0);
358 void LayerChromium::dumpLayer(TextStream& ts, int indent) const
368 m_replicaLayer->dumpLayer(ts, indent+3);
373 m_maskLayer->dumpLayer(ts, indent+3);
376 m_sublayers[i]->dumpLayer(ts, indent+1);
LayerChromium.h 203 void dumpLayer(TextStream&, int indent) const;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 403 void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const
502 m_replicaLayer->dumpLayer(ts, indent + 2, behavior);
519 m_children[i]->dumpLayer(ts, indent + 2, behavior);
529 dumpLayer(ts, 0, behavior);
GraphicsLayer.h 331 void dumpLayer(TextStream&, int indent = 0, LayerTreeAsTextBehavior = LayerTreeAsTextBehaviorNormal) const;
  /hardware/qcom/display/libhwcomposer/
hwc_utils.h 157 void dumpLayer(hwc_layer_1_t const* l);

Completed in 124 milliseconds