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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.h 50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; }
RenderInline.h 73 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); }
75 InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : culledInlineLastLineBox(); }
RenderLineBoxList.cpp 179 RootInlineBox* lastRootBox = lastLineBox()->root();
181 LayoutUnit lastLineBottom = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom());
261 for (InlineFlowBox* curr = lastLineBox(); curr; curr = curr->prevLineBox()) {
RenderInline.cpp     [all...]
RenderBlockLineLayout.cpp 536 parentBox = inlineFlow ? inlineFlow->lastLineBox() : toRenderBlock(obj)->lastLineBox();
670 ASSERT(lastLineBox() && !lastLineBox()->isConstructed());
675 lastLineBox()->root()->setHasSelectedChildren(true);
682 lastLineBox()->determineSpacingForFlowBoxes(lineInfo.isLastLine(), isLogicallyLastRunWrapped, bidiRuns.logicallyLastRun()->m_object);
685 lastLineBox()->setConstructed();
    [all...]
RenderBlock.h 107 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); }
235 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); }
    [all...]
InlineFlowBox.cpp 321 else if (!ltr && lineBoxList->lastLineBox() == this)
325 if (!lineBoxList->lastLineBox()->isConstructed()) {
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextQuery.cpp 63 ASSERT(flowBox == renderBlock->lastLineBox());
73 ASSERT(flowBox == renderInline->lastLineBox());

Completed in 1384 milliseconds