Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DInlineFlowBox.cpp586 int boxY = curr->y(); in computeVerticalOverflow() local
589 topLayoutOverflow = min(boxY + childTopOverflow, topLayoutOverflow); in computeVerticalOverflow()
590 bottomLayoutOverflow = max(boxY + childBottomOverflow, bottomLayoutOverflow); in computeVerticalOverflow()
591 topVisualOverflow = min(boxY + box->topVisualOverflow(), topVisualOverflow); in computeVerticalOverflow()
592 bottomVisualOverflow = max(boxY + box->bottomVisualOverflow(), bottomVisualOverflow); in computeVerticalOverflow()