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

/external/webkit/Source/WebCore/rendering/
H A DRenderInline.h63 RenderLineBoxList* lineBoxes() { return &m_lineBoxes; } function in class:WebCore::RenderInline
64 const RenderLineBoxList* lineBoxes() const { return &m_lineBoxes; } function in class:WebCore::RenderInline
H A DRootInlineBox.cpp79 return block()->lineBoxes();
517 block()->lineBoxes()->removeLineBox(this);
522 block()->lineBoxes()->extractLineBox(this);
527 block()->lineBoxes()->attachLineBox(this);
H A DInlineFlowBox.cpp212 toRenderInline(renderer())->lineBoxes()->removeLineBox(this);
225 toRenderInline(renderer())->lineBoxes()->extractLineBox(this);
238 toRenderInline(renderer())->lineBoxes()->attachLineBox(this);
252 return toRenderInline(renderer())->lineBoxes();
H A DRenderBlock.h69 RenderLineBoxList* lineBoxes() { return &m_lineBoxes; } function in class:WebCore::RenderBlock
70 const RenderLineBoxList* lineBoxes() const { return &m_lineBoxes; } function in class:WebCore::RenderBlock
H A DRenderBlock.cpp1083 lineBoxes()->deleteLineBoxes(renderArena());
2143 ListHashSet<RootInlineBox*> lineBoxes; local
2151 lineBoxes.add(box);
2160 for (ListHashSet<RootInlineBox*>::const_iterator it = lineBoxes.begin(); it != lineBoxes.end(); ++it) {
H A DRenderBlockLineLayout.cpp744 lineBoxes()->deleteLineBoxes(renderArena());

Completed in 570 milliseconds