Searched refs:showDebugInfo (Results 1 – 7 of 7) sorted by relevance
567 virtual WebString renderTreeAsText(bool showDebugInfo = false) const = 0;600 virtual WebString layerTreeAsText(bool showDebugInfo = false) const = 0;
197 virtual WebString renderTreeAsText(bool showDebugInfo = false) const;209 virtual WebString layerTreeAsText(bool showDebugInfo = false) const;
1802 WebString WebFrameImpl::renderTreeAsText(bool showDebugInfo) const in renderTreeAsText()1806 if (showDebugInfo) { in renderTreeAsText()1883 WebString WebFrameImpl::layerTreeAsText(bool showDebugInfo) const in layerTreeAsText()1887 return WebString(m_frame->layerTreeAsText(showDebugInfo)); in layerTreeAsText()
178 String layerTreeAsText(bool showDebugInfo = false);
1092 String RenderLayerCompositor::layerTreeAsText(bool showDebugInfo) argument1102 …return m_rootPlatformLayer->layerTreeAsText(showDebugInfo ? LayerTreeAsTextDebug : LayerTreeAsText…
135 String layerTreeAsText(bool showDebugInfo = false) const;
943 String Frame::layerTreeAsText(bool showDebugInfo) const in layerTreeAsText()951 return contentRenderer()->compositor()->layerTreeAsText(showDebugInfo); in layerTreeAsText()