Home
last modified time | relevance | path

Searched refs:showLayerTree (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.h791 void showLayerTree(const WebCore::RenderLayer*);
792 void showLayerTree(const WebCore::RenderObject*);
DRenderLayer.cpp4218 void showLayerTree(const WebCore::RenderLayer* layer) in showLayerTree() function
4229 void showLayerTree(const WebCore::RenderObject* renderer) in showLayerTree() function
4233 showLayerTree(renderer->enclosingLayer()); in showLayerTree()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2428097 Add object addresses to debug showLayerTree() output.
28099 Add the ability to print RenderLayer and RenderObject addresses in the showLayerTree()
28106 (showLayerTree):
DChangeLog-2010-12-0615417 Make showLayerTree() more useful for debugging
15420 Three things to make showLayerTree() more useful when called from gdb:
15421 1. Add showLayerTree(RenderObject*)
15426 (showLayerTree):
100842 When dumping the layer tree via showLayerTree(), include id and class attributes for
100848 (showLayerTree):
127715 (showLayerTree):
DChangeLog-2010-01-292953 (showLayerTree): New method outside the WebCore namespace, for ease of calling from gdb.