Home
last modified time | relevance | path

Searched defs:currBox (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBlock.cpp2738 for (InlineRunBox* currBox = firstLineBox(); currBox; currBox = currBox->nextLineBox()) { in rightmostPosition() local
2817 for (InlineRunBox* currBox = firstLineBox(); currBox; currBox = currBox->nextLineBox()) in leftmostPosition() local