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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerClient.h 60 typedef unsigned LayerTreeFlags;
GraphicsLayer.h 225 void dumpLayer(TextStream&, int indent, LayerTreeFlags, RenderingContextMap&) const;
231 String layerTreeAsText(LayerTreeFlags = LayerTreeNormal) const;
289 void dumpProperties(TextStream&, int indent, LayerTreeFlags, RenderingContextMap&) const;
GraphicsLayer.cpp 525 void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeFlags flags, RenderingContextMap& renderingContextMap) const
552 void GraphicsLayer::dumpProperties(TextStream& ts, int indent, LayerTreeFlags flags, RenderingContextMap& renderingContextMap) const
754 String GraphicsLayer::layerTreeAsText(LayerTreeFlags flags) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 157 String layerTreeAsText(LayerTreeFlags);
RenderLayerCompositor.cpp 622 String RenderLayerCompositor::layerTreeAsText(LayerTreeFlags flags)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 425 String LocalFrame::layerTreeAsText(LayerTreeFlags flags) const
451 return contentRenderer()->compositor()->layerTreeAsText(static_cast<LayerTreeFlags>(flags));

Completed in 323 milliseconds