Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLineBoxList.cpp238 int topForPaginationCheck = curr->logicalTopVisualOverflow(root->lineTop()); in paint() local
242 topForPaginationCheck = min(topForPaginationCheck, root->lineTop()); in paint()
245 if (bottomForPaginationCheck - topForPaginationCheck <= v->printRect().height()) { in paint()
251 if (ty + topForPaginationCheck < v->truncatedAt()) in paint()
252 v->setBestTruncatedAt(ty + topForPaginationCheck, renderer); in paint()
254 if (ty + topForPaginationCheck >= v->truncatedAt()) in paint()