Searched refs:markLinesDirtyInBlockRange (Results 1 – 4 of 4) sorted by relevance
594 …void markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* hi…
1609 …markLinesDirtyInBlockRange(lastRootBox()->lineBottomWithLeading(), lineBox->lineBottomWithLeading(… in layoutRunsAndFloatsInRange()1846 markLinesDirtyInBlockRange(line->lineBottomWithLeading(), floatTop + floatHeight, line); in checkFloatsInCleanLine()
748 markLinesDirtyInBlockRange(changeLogicalTop, changeLogicalBottom); in rebuildFloatsFromIntruding()2119 markLinesDirtyInBlockRange(0, logicalBottom); in removeFloatingObject()
3021 void RenderBlock::markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootI… in markLinesDirtyInBlockRange() function in WebCore::RenderBlock