Searched refs:afterLowest (Results 1 – 1 of 1) sorted by relevance
3027 RootInlineBox* afterLowest = lowestDirtyLine; in markLinesDirtyInBlockRange() local3029 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()