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/rendering/compositing/
RenderLayerCompositor.h 148 String layerTreeAsText(LayerTreeFlags);
RenderLayerCompositor.cpp 589 String RenderLayerCompositor::layerTreeAsText(LayerTreeFlags flags)
596 // We skip dumping the scroll and clip layers to keep layerTreeAsText output
603 String layerTreeText = rootLayer->layerTreeAsText(flags);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 124 String layerTreeAsText(unsigned flags = 0) const;
LocalFrame.cpp 489 String LocalFrame::layerTreeAsText(LayerTreeFlags flags) const
515 return contentRenderer()->compositor()->layerTreeAsText(static_cast<LayerTreeFlags>(flags));
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 211 String layerTreeAsText(Document*, unsigned flags, ExceptionState&) const;
212 String layerTreeAsText(Document*, ExceptionState&) const;
Internals.idl 159 // Flags for layerTreeAsText.
165 [RaisesException, TypeChecking=Interface] DOMString layerTreeAsText(Document document, optional unsigned short flags);
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 216 String layerTreeAsText(LayerTreeFlags = LayerTreeNormal) const;
GraphicsLayer.cpp 672 String GraphicsLayer::layerTreeAsText(LayerTreeFlags flags) const
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 660 virtual WebString layerTreeAsText(bool showDebugInfo = false) const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 222 virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE;
WebRemoteFrameImpl.h 172 virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE;
WebRemoteFrameImpl.cpp 822 WebString WebRemoteFrameImpl::layerTreeAsText(bool showDebugInfo) const
WebLocalFrameImpl.cpp     [all...]

Completed in 232 milliseconds