Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
Dbidi.cpp1424 RootInlineBox* boxToDelete = endLine; in matchedEndLine() local
1426 while (boxToDelete && boxToDelete != result) { in matchedEndLine()
1427 repaintTop = min(repaintTop, boxToDelete->topOverflow()); in matchedEndLine()
1428 repaintBottom = max(repaintBottom, boxToDelete->bottomOverflow()); in matchedEndLine()
1429 RootInlineBox* next = boxToDelete->nextRootBox(); in matchedEndLine()
1430 boxToDelete->deleteLine(arena); in matchedEndLine()
1431 boxToDelete = next; in matchedEndLine()