HomeSort by relevance Sort by last modified time
    Searched defs:lastLineBox (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.h 50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; }
RenderInline.h 76 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); }
78 InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : culledInlineLastLineBox(); }
RenderBlock.h 95 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); }
164 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); }

Completed in 556 milliseconds