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

  /external/webkit/WebCore/rendering/
RenderListItem.cpp 179 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlock(currChild), marker);
180 if (lineBox)
181 return lineBox;
RenderBlockLineLayout.cpp 320 void RenderBlock::computeHorizontalPositionsForLine(RootInlineBox* lineBox, bool firstLine, BidiRun* firstRun, BidiRun* trailingSpaceRun, bool reachedEnd)
324 int totWidth = lineBox->getFlowSpacingWidth();
392 if (numSpaces && !reachedEnd && !lineBox->endsWithBreak()) {
476 lineBox->placeBoxesHorizontally(x, needsWordSpacing);
479 void RenderBlock::computeVerticalPositionsForLine(RootInlineBox* lineBox, BidiRun* firstRun)
481 setHeight(lineBox->verticallyAlignBoxes(height()));
482 lineBox->setBlockHeight(height());
504 lineBox->markDirty(false);
    [all...]
RenderLayer.cpp 590 IntRect lineBox = inlineFlow->linesBoundingBox();
591 setWidth(lineBox.width());
592 setHeight(lineBox.height());
    [all...]

Completed in 52 milliseconds