Home | History | Annotate | Download | only in line

Lines Matching refs:blockHeight

207     LayoutUnit blockHeight = block->logicalHeight();
212 toRenderInline(containerBlock)->layer()->setStaticInlinePosition(block->startAlignedOffsetForLine(blockHeight, false));
213 toRenderInline(containerBlock)->layer()->setStaticBlockPosition(blockHeight);
219 block->updateStaticInlinePositionForChild(child, blockHeight);
220 child->layer()->setStaticBlockPosition(blockHeight);