Home
last modified time | relevance | path

Searched defs:shouldPaint (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.h87 bool shouldPaint() const { return m_shouldPaint; } in shouldPaint() function
88 void setShouldPaint(bool shouldPaint) { m_shouldPaint = shouldPaint; } in setShouldPaint()
DFloatingObjects.cpp64 …Object(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDesce… in FloatingObject()
88 PassOwnPtr<FloatingObject> FloatingObject::copyToNewContainer(LayoutSize offset, bool shouldPaint, … in copyToNewContainer()
DRenderReplaced.cpp181 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in shouldPaint() function in WebCore::RenderReplaced
DRenderTableCell.cpp1019 bool shouldPaint; member
1034 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder()
DRenderTreeAsText.cpp675 …bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : layer->intersectsDamageRect(lay… in writeLayers() local
DRenderBlockFlow.cpp2326 bool shouldPaint = false; in addOverhangingFloats() local