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

  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.h 49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; }
RenderInline.h 66 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); }
68 InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
RenderBlock.h 72 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); }
118 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); }
    [all...]

Completed in 419 milliseconds