Searched refs:setShouldPaint (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.h88 void setShouldPaint(bool shouldPaint) { m_shouldPaint = shouldPaint; } function in class:blink::FloatingObject
H A DFloatingObjects.cpp81 newObj->setShouldPaint(!renderer->hasSelfPaintingLayer()); // If a layer exists, the float will paint itself. Otherwise someone else will.
H A DRenderBlockFlow.cpp2559 floatingObject->setShouldPaint(false);
2576 floatingObject->setShouldPaint(true);

Completed in 450 milliseconds