Home | History | Annotate | Download | only in rendering

Lines Matching full:positionedobjects

2812 static void clipOutPositionedObjects(const PaintInfo* paintInfo, const IntPoint& offset, RenderBlock::PositionedObjectsListHashSet* positionedObjects)
2814 if (!positionedObjects)
2817 RenderBlock::PositionedObjectsListHashSet::const_iterator end = positionedObjects->end();
2818 for (RenderBlock::PositionedObjectsListHashSet::const_iterator it = positionedObjects->begin(); it != end; ++it) {