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

/external/webkit/WebCore/rendering/
H A DRenderTreeAsText.h39 RenderAsTextShowAllLayers = 1 << 0, // Dump all layers, not just those that would paint. enumerator in enum:WebCore::RenderAsTextBehaviorFlags
H A DRenderTreeAsText.cpp517 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer);
H A DRenderLayer.cpp3520 WebCore::String output = externalRepresentation(frame, WebCore::RenderAsTextShowAllLayers | WebCore::RenderAsTextShowLayerNesting | WebCore::RenderAsTextShowCompositedLayers);

Completed in 145 milliseconds