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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.h50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; } function in class:WebCore::RenderLineBoxList
H A DRenderInline.h73 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } function in class:WebCore::RenderInline
75 InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : culledInlineLastLineBox(); }
H A DRenderBlock.h103 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } function in class:WebCore::RenderBlock
230 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); }

Completed in 109 milliseconds