Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3026 RootInlineBox* lowestDirtyLine = lastRootBox(); in markLinesDirtyInBlockRange() local
3027 RootInlineBox* afterLowest = lowestDirtyLine; in markLinesDirtyInBlockRange()
3028 …while (lowestDirtyLine && lowestDirtyLine->lineBottomWithLeading() >= logicalBottom && logicalBott… in markLinesDirtyInBlockRange()
3029 afterLowest = lowestDirtyLine; in markLinesDirtyInBlockRange()
3030 lowestDirtyLine = lowestDirtyLine->prevRootBox(); in markLinesDirtyInBlockRange()