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

  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.h 50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; }
RenderInline.h 67 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); }
69 InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : culledInlineLastLineBox(); }
RenderBlock.h 73 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); }
119 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); }
    [all...]

Completed in 118 milliseconds