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

  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 314 if (!child->isPositioned() && child->style()->boxFlex() > 0.0f) {
508 totalFlex += child->style()->boxFlex();
516 int projectedFlex = (allowedFlex == INT_MAX) ? allowedFlex : (int)(allowedFlex * (totalFlex / child->style()->boxFlex()));
533 int spaceAdd = (int)(spaceAvailableThisPass * (child->style()->boxFlex()/totalFlex));
544 totalFlex -= child->style()->boxFlex();
    [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp 776 return CSSPrimitiveValue::create(style->boxFlex(), CSSPrimitiveValue::CSS_NUMBER);
    [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 616 float boxFlex() { return rareNonInheritedData->flexibleBox->flex; }
    [all...]

Completed in 81 milliseconds