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

/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp507 int spaceAdd = (int)(spaceAvailableThisPass * (child->style()->boxFlex()/totalFlex)); local
508 if (spaceAdd) {
509 child->setOverrideSize(child->overrideWidth() + spaceAdd);
514 spaceAvailableThisPass -= spaceAdd;
515 remainingSpace -= spaceAdd;
516 groupRemainingSpace -= spaceAdd;
523 int spaceAdd = groupRemainingSpace > 0 ? 1 : -1; local
526 child->setOverrideSize(child->overrideWidth() + spaceAdd);
529 remainingSpace -= spaceAdd;
530 groupRemainingSpace -= spaceAdd;
756 int spaceAdd = (int)(spaceAvailableThisPass * (child->style()->boxFlex()/totalFlex)); local
772 int spaceAdd = groupRemainingSpace > 0 ? 1 : -1; local
[all...]

Completed in 45 milliseconds