Home
last modified time | relevance | path

Searched refs:markLinesDirtyInBlockRange (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h594 …void markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* hi…
DRenderBlockLineLayout.cpp1609markLinesDirtyInBlockRange(lastRootBox()->lineBottomWithLeading(), lineBox->lineBottomWithLeading(… in layoutRunsAndFloatsInRange()
1846 markLinesDirtyInBlockRange(line->lineBottomWithLeading(), floatTop + floatHeight, line); in checkFloatsInCleanLine()
DRenderBlockFlow.cpp748 markLinesDirtyInBlockRange(changeLogicalTop, changeLogicalBottom); in rebuildFloatsFromIntruding()
2119 markLinesDirtyInBlockRange(0, logicalBottom); in removeFloatingObject()
DRenderBlock.cpp3021 void RenderBlock::markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootI… in markLinesDirtyInBlockRange() function in WebCore::RenderBlock