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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp1862 static void clipOutPositionedObjects(const PaintInfo* paintInfo, const LayoutPoint& offset, TrackedRendererListHashSet* positionedObjects) function in namespace:blink
1906 clipOutPositionedObjects(paintInfo, flippedBlockRect.location(), positionedObjects());
1909 clipOutPositionedObjects(paintInfo, LayoutPoint(cb->x(), cb->y()), cb->positionedObjects()); // FIXME: Not right for flipped writing modes.

Completed in 93 milliseconds