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

/external/webkit/Source/WebCore/rendering/
H A DRenderLineBoxList.h49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; } function in class:WebCore::RenderLineBoxList
H A DRenderInline.h66 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } function in class:WebCore::RenderInline
68 InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
H A DRenderBlock.h72 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } function in class:WebCore::RenderBlock
118 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); }

Completed in 536 milliseconds