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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp2945 void RenderBox::shrinkToFitWidth(const LayoutUnit availableSpace, const LayoutUnit logicalLeftValue, const LayoutUnit bordersPlusPadding, LogicalExtentComputedValues& computedValues) const argument
2950 LayoutUnit availableWidth = availableSpace - logicalLeftValue;
2966 LayoutUnit logicalLeftValue = 0; local
2991 logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth);
2994 const LayoutUnit availableSpace = containerLogicalWidth - (logicalLeftValue + computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidth) + bordersPlusPadding);
3029 logicalLeftValue = (availableSpace + logicalLeftValue) - marginLogicalLeftValue - marginLogicalRightValue;
3090 logicalLeftValue = availableSpace - (computedValues.m_extent + logicalRightValue);
3093 logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth);
3095 shrinkToFitWidth(availableSpace, logicalLeftValue, bordersPlusPaddin
3462 LayoutUnit logicalLeftValue = 0; local
[all...]

Completed in 103 milliseconds