Home
last modified time | relevance | path

Searched refs:outlineObjects (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DPaintInfo.h60 , outlineObjects(newOutlineObjects) in context()
105 …ListHashSet<RenderInline*>* outlineObjects; // used to list outlines that should be painted by a b… member
DRenderLineBoxList.cpp226 ListHashSet<RenderInline*> outlineObjects; in paint() local
227 info.outlineObjects = &outlineObjects; in paint()
267 ListHashSet<RenderInline*>::iterator end = info.outlineObjects->end(); in paint()
268 … for (ListHashSet<RenderInline*>::iterator it = info.outlineObjects->begin(); it != end; ++it) { in paint()
272 info.outlineObjects->clear(); in paint()
DInlineFlowBox.cpp991 paintInfo.outlineObjects->add(inlineFlow); in paint()