Home
last modified time | relevance | path

Searched refs:RenderAsTextShowAllLayers (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.h46 RenderAsTextShowAllLayers = 1 << 0, // Dump all layers, not just those that would paint. enumerator
DRenderTreeAsText.cpp666 …bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBo… in writeLayers()
DRenderLayer.cpp4243 …WTF::String output = externalRepresentation(frame, WebCore::RenderAsTextShowAllLayers | WebCore::R… in showLayerTree()