Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLineBoxList.cpp217 ListHashSet<RenderInline*> outlineObjects; in paint() local
218 info.setOutlineObjects(&outlineObjects); in paint()
231 ListHashSet<RenderInline*>::iterator end = info.outlineObjects()->end(); in paint()
232 … for (ListHashSet<RenderInline*>::iterator it = info.outlineObjects()->begin(); it != end; ++it) { in paint()
236 info.outlineObjects()->clear(); in paint()
DPaintInfo.h106 ListHashSet<RenderInline*>* outlineObjects() { return m_outlineObjects; } in outlineObjects() function
DInlineFlowBox.cpp1107 paintInfo.outlineObjects()->add(inlineFlow); in paint()