HomeSort by relevance Sort by last modified time
    Searched refs:layerTreeAsText (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.h 112 String layerTreeAsText() const;
WebFrame.cpp 431 String WebFrame::layerTreeAsText() const
436 return m_coreFrame->layerTreeAsText();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 90 DOMString layerTreeAsText();
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.h 178 String layerTreeAsText(bool showDebugInfo = false);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 103 JSRetainPtr<JSStringRef> layerTreeAsText() const;
LayoutTestController.cpp 184 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 110 HRESULT layerTreeAsText([out, retval] BSTR* result);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 525 String GraphicsLayer::layerTreeAsText(LayerTreeAsTextBehavior behavior) const
541 WTF::String output = layer->layerTreeAsText(LayerTreeAsTextDebug);
GraphicsLayer.h 364 String layerTreeAsText(LayerTreeAsTextBehavior = LayerTreeAsTextBehaviorNormal) const;
  /external/webkit/Source/WebCore/page/
Frame.h 135 String layerTreeAsText(bool showDebugInfo = false) const;
Frame.cpp 943 String Frame::layerTreeAsText(bool showDebugInfo) const
951 return contentRenderer()->compositor()->layerTreeAsText(showDebugInfo);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 171 String layerTreeAsText() const;
LayerRendererChromium.h 132 String layerTreeAsText() const;
LayerChromium.cpp 345 String LayerChromium::layerTreeAsText() const
LayerRendererChromium.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 212 m_layerRenderer->layerTreeAsText().split('\n', lines);
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 600 virtual WebString layerTreeAsText(bool showDebugInfo = false) const = 0;
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 209 virtual WebString layerTreeAsText(bool showDebugInfo = false) const;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleFrame.cpp 176 return toCopiedAPI(toImpl(frameRef)->layerTreeAsText());
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 501 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 341 void layerTreeAsText(const CppArgumentList& args, CppVariant* result);
LayoutTestController.cpp 114 bindMethod("layerTreeAsText", &LayoutTestController::layerTreeAsText);
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.h 275 virtual HRESULT STDMETHODCALLTYPE layerTreeAsText(BSTR*);
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 319 JSRetainPtr<JSStringRef> layerTreeAsText() const;
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 188 JSRetainPtr<JSStringRef> LayoutTestController::layerTreeAsText() const
195 HRESULT hr = framePrivate->layerTreeAsText(&textBSTR);
    [all...]

Completed in 1881 milliseconds

1 2