Searched refs:groupRemainingSpace (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp476 int groupRemainingSpace = remainingSpace; local
482 int groupRemainingSpaceAtBeginning = groupRemainingSpace;
488 int spaceAvailableThisPass = groupRemainingSpace;
500 groupRemainingSpace = 0;
516 groupRemainingSpace -= spaceAdd;
521 if (groupRemainingSpace == groupRemainingSpaceAtBeginning) {
523 int spaceAdd = groupRemainingSpace > 0 ? 1 : -1;
524 for (RenderBox* child = iterator.first(); child && groupRemainingSpace; child = iterator.next()) {
530 groupRemainingSpace -= spaceAdd;
534 } while (groupRemainingSpace);
725 int groupRemainingSpace = remainingSpace; local
[all...]

Completed in 223 milliseconds