Searched refs:layerTreeAsText (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.h148 String layerTreeAsText(LayerTreeFlags);
H A DRenderLayerCompositor.cpp589 String RenderLayerCompositor::layerTreeAsText(LayerTreeFlags flags) function in class:blink::RenderLayerCompositor
596 // We skip dumping the scroll and clip layers to keep layerTreeAsText output
603 String layerTreeText = rootLayer->layerTreeAsText(flags);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.h124 String layerTreeAsText(unsigned flags = 0) const;
H A DLocalFrame.cpp489 String LocalFrame::layerTreeAsText(LayerTreeFlags flags) const function in class:blink::LocalFrame
515 return contentRenderer()->compositor()->layerTreeAsText(static_cast<LayerTreeFlags>(flags));
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h211 String layerTreeAsText(Document*, unsigned flags, ExceptionState&) const;
212 String layerTreeAsText(Document*, ExceptionState&) const;
H A DInternals.idl159 // Flags for layerTreeAsText.
165 [RaisesException, TypeChecking=Interface] DOMString layerTreeAsText(Document document, optional unsigned short flags);
H A DInternals.cpp1500 String Internals::layerTreeAsText(Document* document, ExceptionState& exceptionState) const function in class:blink::Internals
1502 return layerTreeAsText(document, 0, exceptionState);
1560 String Internals::layerTreeAsText(Document* document, unsigned flags, ExceptionState& exceptionState) const function in class:blink::Internals
1570 return document->frame()->layerTreeAsText(flags);
1592 return layer->compositedLayerMapping()->mainGraphicsLayer()->layerTreeAsText(flags);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h216 String layerTreeAsText(LayerTreeFlags = LayerTreeNormal) const;
H A DGraphicsLayer.cpp672 String GraphicsLayer::layerTreeAsText(LayerTreeFlags flags) const function in class:blink::GraphicsLayer
1076 String output = layer->layerTreeAsText(blink::LayerTreeIncludesDebugInfo);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.h172 virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE;
H A DWebLocalFrameImpl.h222 virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE;
H A DWebRemoteFrameImpl.cpp822 WebString WebRemoteFrameImpl::layerTreeAsText(bool showDebugInfo) const function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1487 WebString WebLocalFrameImpl::layerTreeAsText(bool showDebugInfo) const function in class:WebLocalFrameImpl
1492 return WebString(frame()->layerTreeAsText(showDebugInfo ? LayerTreeIncludesDebugInfo : LayerTreeNormal));
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h660 virtual WebString layerTreeAsText(bool showDebugInfo = false) const = 0;

Completed in 264 milliseconds