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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 195 RenderObject* lastBox = beforeChild;
196 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && needsTableSection(lastBox))
197 lastBox = lastBox->parent();
198 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) {
    [all...]
RenderTableSection.cpp 145 RenderObject* lastBox = last;
146 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow())
147 lastBox = lastBox->parent();
148 if (lastBox && lastBox->isAnonymous() && !lastBox->isBeforeOrAfterContent()) {
149 lastBox->addChild(child, beforeChild)
    [all...]
RootInlineBox.cpp 315 InlineBox* lastBox = lastSelectedBox();
322 &lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo));
332 if (firstBox && firstBox != lastBox) {
349 if (box == lastBox)
    [all...]
RenderText.cpp 608 InlineTextBox* lastBox = 0;
626 lastBox = box;
629 if (lastBox) {
631 lineDirectionPointFitsInBox(pointLineDirection, lastBox, shouldAffinityBeDownstream);
632 return createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi(lastBox, lastBox->offsetForPosition(pointLineDirection.toFloat()) + lastBox->start(), shouldAffinityBeDownstream);
    [all...]

Completed in 728 milliseconds