Searched defs:layerTreeAsText (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
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/rendering/compositing/
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/platform/graphics/
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.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/Source/core/testing/
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);

Completed in 124 milliseconds