HomeSort by relevance Sort by last modified time
    Searched refs:lastLineBox (Results 1 - 10 of 10) 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(); }
RenderLineBoxList.cpp 181 RootInlineBox* lastRootBox = lastLineBox()->root();
185 int lastLineBottom = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom());
186 if (usePrintRect && !lastLineBox()->parent())
187 lastLineBottom = max(lastLineBottom, lastLineBox()->root()->lineBottom());
301 for (InlineFlowBox* curr = lastLineBox(); curr; curr = curr->prevLineBox()) {
RenderInline.cpp     [all...]
RenderBlockLineLayout.cpp 229 parentBox = inlineFlow ? inlineFlow->lastLineBox() : toRenderBlock(obj)->lastLineBox();
346 ASSERT(lastLineBox() && !lastLineBox()->isConstructed());
351 lastLineBox()->root()->setHasSelectedChildren(true);
358 lastLineBox()->determineSpacingForFlowBoxes(lastLine, isLogicallyLastRunWrapped, bidiRuns.logicallyLastRun()->m_object);
361 lastLineBox()->setConstructed();
    [all...]
RenderBlock.h 73 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); }
119 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); }
    [all...]
InlineFlowBox.cpp 306 else if (!ltr && lineBoxList->lastLineBox() == this)
310 if (!lineBoxList->lastLineBox()->isConstructed()) {
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextQuery.cpp 65 ASSERT(flowBox == renderBlock->lastLineBox());
75 ASSERT(flowBox == renderInline->lastLineBox());

Completed in 65 milliseconds