HomeSort by relevance Sort by last modified time
    Searched refs:RenderAsTextShowAllLayers (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.h 46 RenderAsTextShowAllLayers = 1 << 0, // Dump all layers, not just those that would paint.
RenderTreeAsText.cpp 669 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect.rect(), rootLayer);
812 return externalRepresentation(toRenderBox(renderer), behavior | RenderAsTextShowAllLayers);
RenderLayer.cpp     [all...]

Completed in 52 milliseconds