Home
last modified time | relevance | path

Searched defs:lastLineBox (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLineBoxList.h50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; } in lastLineBox() function
DRenderInline.h67 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function
DRenderBlock.h73 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function