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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrame.cpp507 String Frame::layerTreeAsText(unsigned flags) const function in class:WebCore::Frame
514 return contentRenderer()->compositor()->layerTreeAsText(static_cast<LayerTreeFlags>(flags));
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsLayer.cpp880 String GraphicsLayer::layerTreeAsText(LayerTreeFlags flags) const function in class:WebCore::GraphicsLayer
1318 String output = layer->layerTreeAsText(WebCore::LayerTreeIncludesDebugInfo);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerCompositor.cpp1238 String RenderLayerCompositor::layerTreeAsText(LayerTreeFlags flags) function in class:WebCore::RenderLayerCompositor
1245 // We skip dumping the scroll and clip layers to keep layerTreeAsText output
1252 String layerTreeText = rootLayer->layerTreeAsText(flags);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1542 String Internals::layerTreeAsText(Document* document, ExceptionState& es) const function in class:WebCore::Internals
1544 return layerTreeAsText(document, 0, es);
1588 String Internals::layerTreeAsText(Document* document, unsigned flags, ExceptionState& es) const function in class:WebCore::Internals
1595 return document->frame()->layerTreeAsText(flags);
1621 return layer->backing()->graphicsLayer()->layerTreeAsText(flags);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp2070 WebString WebFrameImpl::layerTreeAsText(bool showDebugInfo) const function in class:WebFrameImpl
2075 return WebString(frame()->layerTreeAsText(showDebugInfo ? LayerTreeIncludesDebugInfo : LayerTreeNormal));

Completed in 323 milliseconds