Home | History | Annotate | Download | only in rendering

Lines Matching refs:toRenderBlock

227                 toRenderBlock(cb)->removePositionedObjects(this);
286 RenderBlock* currBlock = toRenderBlock(curr);
318 RenderBlock* curr = toRenderBlock(continuation());
330 curr = toRenderBlock(curr->continuation());
380 RenderBlock* beforeChildParent = toRenderBlock(beforeChild && beforeChild->parent()->isRenderBlock() ? beforeChild->parent() : lastChild());
409 return toRenderBlock(immediateChild->previousSibling())->addChildIgnoringAnonymousColumnBlocks(newChild, 0); // Treat like an append.
429 RenderBlock* currBlock = toRenderBlock(curr);
485 RenderBlock* blockCurr = toRenderBlock(curr);
542 block = toRenderBlock(block->parent());
585 RenderBlock* blockToSplit = toRenderBlock(beforeChild->parent());
590 RenderBlock* parentBlock = toRenderBlock(blockToSplit->parent());
674 if (curr->isRenderBlock() && toRenderBlock(curr)->continuation()) {
802 toRenderBlock(parent())->removeLeftoverAnonymousBlock(this);
995 if ((prev && (!prev->isAnonymousBlock() || toRenderBlock(prev)->continuation() || toRenderBlock(prev)->beingDestroyed()))
996 || (next && (!next->isAnonymousBlock() || toRenderBlock(next)->continuation() || toRenderBlock(next)->beingDestroyed())))
1025 RenderBlock* nextBlock = toRenderBlock(next);
1026 RenderBlock* prevBlock = toRenderBlock(prev);
1073 RenderBlock* anonBlock = toRenderBlock(children()->removeChildNode(this, child, child->hasLayer()));
1306 RenderBlock* block = toRenderBlock(child);
1572 RenderBlock* blockRunIn = toRenderBlock(child);
1577 RenderBlock* currBlock = toRenderBlock(curr);
1801 logicalTopEstimate += toRenderBlock(child)->paginationStrut();
2000 RenderBlock* childRenderBlock = child->isRenderBlock() ? toRenderBlock(child) : 0;
2112 maxFloatLogicalBottom = max(maxFloatLogicalBottom, addOverhangingFloats(toRenderBlock(child), -child->logicalLeft(), -child->logicalTop(), !childNeededLayout));
2668 RenderBlock* nextContinuation = toRenderBlock(currentContinuation);
3012 result.unite(toRenderBlock(curr)->selectionGaps(rootBlock, rootBlockPhysicalPosition, IntSize(offsetFromRootBlock.width() + curr->x(), offsetFromRootBlock.height() + curr->y()),
3351 RenderBlock* childBlock = childBox->isRenderBlock() ? toRenderBlock(childBox) : 0;
3645 RenderBlock* parentBlock = toRenderBlock(parent());
3647 while (prev && (prev->isFloatingOrPositioned() || !prev->isBox() || !prev->isRenderBlock() || toRenderBlock(prev)->avoidsFloats())) {
3670 RenderBlock* block = toRenderBlock(prev);
3868 RenderBlock* childBlock = toRenderBlock(child);
3885 if (next->isRenderBlock() && !next->isFloatingOrPositioned() && !toRenderBlock(next)->avoidsFloats()) {
3886 RenderBlock* nextBlock = toRenderBlock(next);
5315 firstLineBlock = toRenderBlock(parentBlock);
5558 RootInlineBox *box = getLineAtIndex(toRenderBlock(obj), i, count);
5581 int result = getHeightForLineCount(toRenderBlock(obj), l, false, count);
5612 count += toRenderBlock(obj)->lineCount();
5640 toRenderBlock(obj)->adjustForBorderFit(x + obj->x(), left, right);
5702 toRenderBlock(obj)->clearTruncation();
5810 toRenderBlock(parent())->removeLeftoverAnonymousBlock(this);
6293 RenderBlock* childRenderBlock = child->isRenderBlock() ? toRenderBlock(child) : 0;