Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3027 RootInlineBox* afterLowest = lowestDirtyLine; in markLinesDirtyInBlockRange() local
3029 afterLowest = lowestDirtyLine; in markLinesDirtyInBlockRange()
3033 …while (afterLowest && afterLowest != highest && (afterLowest->lineBottomWithLeading() >= logicalTo… in markLinesDirtyInBlockRange()
3034 afterLowest->markDirty(); in markLinesDirtyInBlockRange()
3035 afterLowest = afterLowest->prevRootBox(); in markLinesDirtyInBlockRange()