Searched defs:remainingSpace (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp329 int remainingSpace = 0; local
458 remainingSpace = borderLeft() + paddingLeft() + contentWidth() - xPos;
465 if (!remainingSpace)
471 bool expanding = remainingSpace > 0;
474 for (unsigned int i = start; i <= end && remainingSpace; i++) {
476 int groupRemainingSpace = remainingSpace;
515 remainingSpace -= spaceAdd;
529 remainingSpace -= spaceAdd;
547 if (remainingSpace > 0 && ((style()->isLeftToRightDirection() && style()->boxPack() != BSTART)
574 offset += remainingSpace/totalChildre
611 int remainingSpace = 0; local
[all...]

Completed in 35 milliseconds