Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderFlexibleBox.cpp533 … int spaceAdd = (int)(spaceAvailableThisPass * (child->style()->boxFlex()/totalFlex)); in layoutHorizontalBox() local
551 int spaceAdd = groupRemainingSpace > 0 ? 1 : -1; in layoutHorizontalBox() local
910 … int spaceAdd = (int)(spaceAvailableThisPass * (child->style()->boxFlex()/totalFlex)); in layoutVerticalBox() local
928 int spaceAdd = groupRemainingSpace > 0 ? 1 : -1; in layoutVerticalBox() local
DRenderBlockLineLayout.cpp457 int spaceAdd = 0; in computeHorizontalPositionsForLine() local