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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp3083 LayoutUnit logicalRightValue = valueForLength(logicalRight, containerLogicalWidth); local
3088 LayoutUnit availableWidth = availableSpace - logicalRightValue;
3090 logicalLeftValue = availableSpace - (computedValues.m_extent + logicalRightValue);
3463 LayoutUnit logicalRightValue = 0; local
3470 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3472 LayoutUnit difference = availableSpace - (logicalLeftValue + logicalRightValue);
3495 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3498 logicalLeftValue = availableSpace - (logicalRightValue + marginLogicalLeftAlias + marginLogicalRightAlias);
3505 logicalRightValue = availableSpace - (logicalLeftValue + marginLogicalLeftAlias + marginLogicalRightAlias);
3509 logicalRightValue
[all...]

Completed in 183 milliseconds