Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastLine

3466         InlineFlowBox* lastLine = flow->lastLineBox();
3467 if (firstLine && lastLine && firstLine != lastLine) {
3468 computedValues.m_position = logicalLeftValue + marginLogicalLeftValue + lastLine->borderLogicalLeft() + (lastLine->logicalLeft() - firstLine->logicalLeft());
3913 InlineFlowBox* lastLine = flow->lastLineBox();
3914 if (firstLine && lastLine && firstLine != lastLine) {
3915 computedValues.m_position = logicalLeftValue + marginLogicalLeftAlias + lastLine->borderLogicalLeft() + (lastLine->logicalLeft() - firstLine->logicalLeft());