Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderLineBoxList.h49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; } in firstLineBox() function
DRenderInline.h59 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } in firstLineBox() function
DRenderBlock.h64 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } in firstLineBox() function