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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 113 String layerTreeAsText(unsigned flags = 0) const;
LocalFrame.cpp 425 String LocalFrame::layerTreeAsText(LayerTreeFlags flags) const
451 return contentRenderer()->compositor()->layerTreeAsText(static_cast<LayerTreeFlags>(flags));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 157 String layerTreeAsText(LayerTreeFlags);
RenderLayerCompositor.cpp 622 String RenderLayerCompositor::layerTreeAsText(LayerTreeFlags flags)
629 // We skip dumping the scroll and clip layers to keep layerTreeAsText output
636 String layerTreeText = rootLayer->layerTreeAsText(flags);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 215 String layerTreeAsText(Document*, unsigned flags, ExceptionState&) const;
216 String layerTreeAsText(Document*, ExceptionState&) const;
Internals.idl 169 // Flags for layerTreeAsText.
175 [RaisesException] DOMString layerTreeAsText(Document document, optional unsigned short flags);
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 231 String layerTreeAsText(LayerTreeFlags = LayerTreeNormal) const;
GraphicsLayer.cpp 754 String GraphicsLayer::layerTreeAsText(LayerTreeFlags flags) const
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 674 virtual WebString layerTreeAsText(bool showDebugInfo = false) const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 227 virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE;
WebRemoteFrameImpl.h 174 virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE;
WebRemoteFrameImpl.cpp 779 WebString WebRemoteFrameImpl::layerTreeAsText(bool showDebugInfo) const
WebLocalFrameImpl.cpp     [all...]

Completed in 1314 milliseconds