HomeSort by relevance Sort by last modified time
    Searched defs:shouldPaint (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 109 if (!shouldPaint(paintInfo, paintOffset))
170 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
RenderTreeAsText.cpp 669 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect.rect(), rootLayer);
672 if (shouldPaint && paintsBackgroundSeparately)
686 if (shouldPaint)
RenderTableCell.cpp     [all...]
RenderBlock.h     [all...]

Completed in 472 milliseconds