Searched defs:shouldPaint (Results 1 – 6 of 6) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | FloatingObjects.h | 87 bool shouldPaint() const { return m_shouldPaint; } in shouldPaint() function 88 void setShouldPaint(bool shouldPaint) { m_shouldPaint = shouldPaint; } in setShouldPaint()
|
| D | FloatingObjects.cpp | 63 …Object(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDesce… in FloatingObject() 87 PassOwnPtr<FloatingObject> FloatingObject::copyToNewContainer(LayoutSize offset, bool shouldPaint, … in copyToNewContainer()
|
| D | RenderReplaced.cpp | 180 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in shouldPaint() function in blink::RenderReplaced
|
| D | RenderTreeAsText.cpp | 598 …bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : layer->intersectsDamageRect(lay… in writeLayers() local
|
| D | RenderTableCell.cpp | 1010 bool shouldPaint; member 1025 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder()
|
| D | RenderBlockFlow.cpp | 2552 bool shouldPaint = false; in addOverhangingFloats() local
|