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:blink::RenderLineBoxList
H A DRenderInline.h77 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } function in class:blink::RenderInline
79 InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : culledInlineLastLineBox(); }
H A DRenderBlock.h93 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } function in class:blink::RenderBlock
96 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); }

Completed in 692 milliseconds