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 | 64 …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()
|
D | RenderReplaced.cpp | 181 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in shouldPaint() function in WebCore::RenderReplaced
|
D | RenderTableCell.cpp | 1019 bool shouldPaint; member 1034 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder()
|
D | RenderTreeAsText.cpp | 675 …bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : layer->intersectsDamageRect(lay… in writeLayers() local
|
D | RenderBlockFlow.cpp | 2326 bool shouldPaint = false; in addOverhangingFloats() local
|