HomeSort by relevance Sort by last modified time
    Searched refs:boxFlex (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp 303 if (!child->isPositioned() && child->style()->boxFlex() > 0.0f) {
486 totalFlex += child->style()->boxFlex();
492 int projectedFlex = (allowedFlex == INT_MAX) ? allowedFlex : (int)(allowedFlex * (totalFlex / child->style()->boxFlex()));
507 int spaceAdd = (int)(spaceAvailableThisPass * (child->style()->boxFlex()/totalFlex));
518 totalFlex -= child->style()->boxFlex();
735 totalFlex += child->style()->boxFlex();
741 int projectedFlex = (allowedFlex == INT_MAX) ? allowedFlex : (int)(allowedFlex * (totalFlex / child->style()->boxFlex()));
756 int spaceAdd = (int)(spaceAvailableThisPass * (child->style()->boxFlex()/totalFlex));
    [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 667 float boxFlex() { return rareNonInheritedData->flexibleBox->flex; }
    [all...]

Completed in 1577 milliseconds