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 310 if (!child->isPositioned() && child->style()->boxFlex() > 0.0f) {
506 totalFlex += child->style()->boxFlex();
514 int projectedFlex = (allowedFlex == INT_MAX) ? allowedFlex : (int)(allowedFlex * (totalFlex / child->style()->boxFlex()));
531 int spaceAdd = (int)(spaceAvailableThisPass * (child->style()->boxFlex()/totalFlex));
542 totalFlex -= child->style()->boxFlex();
781 totalFlex += child->style()->boxFlex();
789 int projectedFlex = (allowedFlex == INT_MAX) ? allowedFlex : (int)(allowedFlex * (totalFlex / child->style()->boxFlex()));
    [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 5897 milliseconds