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

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp525 String GraphicsLayer::layerTreeAsText(LayerTreeAsTextBehavior behavior) const function in class:WebCore::GraphicsLayer
541 WTF::String output = layer->layerTreeAsText(LayerTreeAsTextDebug);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.cpp345 String LayerChromium::layerTreeAsText() const function in class:WebCore::LayerChromium
H A DLayerRendererChromium.cpp1055 String LayerRendererChromium::layerTreeAsText() const function in class:WebCore::LayerRendererChromium
1059 ts << m_rootLayer->layerTreeAsText();
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp431 String WebFrame::layerTreeAsText() const function in class:WebKit::WebFrame
436 return m_coreFrame->layerTreeAsText();
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp184 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const function in class:WTR::LayoutTestController
/external/webkit/Source/WebCore/page/
H A DFrame.cpp943 String Frame::layerTreeAsText(bool showDebugInfo) const function in class:WebCore::Frame
951 return contentRenderer()->compositor()->layerTreeAsText(showDebugInfo);
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerCompositor.cpp1092 String RenderLayerCompositor::layerTreeAsText(bool showDebugInfo) function in class:WebCore::RenderLayerCompositor
1100 // We skip dumping the scroll and clip layers to keep layerTreeAsText output
1102 return m_rootPlatformLayer->layerTreeAsText(showDebugInfo ? LayerTreeAsTextDebug : LayerTreeAsTextBehaviorNormal);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp114 bindMethod("layerTreeAsText", &LayoutTestController::layerTreeAsText);
1635 void LayoutTestController::layerTreeAsText(const CppArgumentList& args, CppVariant* result) function in class:LayoutTestController
1637 result->set(m_shell->webView()->mainFrame()->layerTreeAsText(m_showDebugLayerTree).utf8());
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp132 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp188 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const function in class:LayoutTestController
195 HRESULT hr = framePrivate->layerTreeAsText(&textBSTR);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp501 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const function in class:LayoutTestController
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1883 WebString WebFrameImpl::layerTreeAsText(bool showDebugInfo) const function in class:WebKit::WebFrameImpl
1887 return WebString(m_frame->layerTreeAsText(showDebugInfo));
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1494 HRESULT STDMETHODCALLTYPE WebFrame::layerTreeAsText(BSTR* result) function in class:WebFrame
1504 String text = frame->layerTreeAsText();

Completed in 337 milliseconds