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.cpp63 …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()
DRenderReplaced.cpp180 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in shouldPaint() function in blink::RenderReplaced
DRenderTreeAsText.cpp598 …bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : layer->intersectsDamageRect(lay… in writeLayers() local
DRenderTableCell.cpp1010 bool shouldPaint; member
1025 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder()
DRenderBlockFlow.cpp2552 bool shouldPaint = false; in addOverhangingFloats() local