Home | History | Annotate | Download | only in rendering

Lines Matching refs:toRenderBlock

859                 toRenderBlock(child)->markPositionedObjectsForLayout();
860 toRenderBlock(child)->clearTruncation();
865 maxLineCount = max(maxLineCount, toRenderBlock(child)->lineCount());
879 RenderBlock* blockChild = toRenderBlock(child);
924 RenderBlock* destBlock = toRenderBlock(lastVisibleLine->renderer());
925 RenderBlock* srcBlock = toRenderBlock(lastLine->renderer());