Searched defs:computeContentBoxLogicalWidth (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp743 int RenderBox::computeContentBoxLogicalWidth(int width) const function in class:WebCore::RenderBox
2006 return computeContentBoxLogicalWidth(logicalWidth.value());
2013 return computeContentBoxLogicalWidth(logicalWidth.calcMinValue(cw));
2423 logicalWidthValue = computeContentBoxLogicalWidth(logicalWidth.calcValue(containerLogicalWidth));
2531 logicalWidthValue = computeContentBoxLogicalWidth(logicalWidth.calcValue(containerLogicalWidth));
2540 logicalWidthValue = computeContentBoxLogicalWidth(logicalWidth.calcValue(containerLogicalWidth));

Completed in 683 milliseconds