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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.h 54 PassOwnPtr<FloatingObject> copyToNewContainer(LayoutSize, bool shouldPaint = false, bool isDescendant = false) const;
87 bool shouldPaint() const { return m_shouldPaint; }
88 void setShouldPaint(bool shouldPaint) { m_shouldPaint = shouldPaint; }
98 FloatingObject(RenderBox*, Type, const LayoutRect&, bool shouldPaint, bool isDescendant);
RenderReplaced.cpp 113 if (!shouldPaint(paintInfo, paintOffset))
181 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
RenderTreeAsText.cpp 675 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : layer->intersectsDamageRect(layerBounds, damageRect.rect(), rootLayer);
679 if (shouldPaint && paintsBackgroundSeparately)
693 if (shouldPaint)
    [all...]
RenderTableCell.cpp     [all...]
RenderBlockFlow.cpp     [all...]

Completed in 128 milliseconds