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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp2968 const LayoutUnit containerRelativeLogicalWidth = containingBlockLogicalWidthForPositioned(containerBlock, false); local
3015 marginLogicalRightValue = valueForLength(marginLogicalRight, containerRelativeLogicalWidth);
3019 marginLogicalLeftValue = valueForLength(marginLogicalLeft, containerRelativeLogicalWidth);
3023 marginLogicalLeftValue = valueForLength(marginLogicalLeft, containerRelativeLogicalWidth);
3024 marginLogicalRightValue = valueForLength(marginLogicalRight, containerRelativeLogicalWidth);
3074 marginLogicalLeftValue = minimumValueForLength(marginLogicalLeft, containerRelativeLogicalWidth);
3075 marginLogicalRightValue = minimumValueForLength(marginLogicalRight, containerRelativeLogicalWidth);
3278 const LayoutUnit containerRelativeLogicalWidth = containingBlockLogicalWidthForPositioned(containerBlock, false); local
3323 computedValues.m_margins.m_after = valueForLength(marginAfter, containerRelativeLogicalWidth);
3327 computedValues.m_margins.m_before = valueForLength(marginBefore, containerRelativeLogicalWidth);
3409 const LayoutUnit containerRelativeLogicalWidth = containingBlockLogicalWidthForPositioned(containerBlock, false); local
3577 const LayoutUnit containerRelativeLogicalWidth = containingBlockLogicalWidthForPositioned(containerBlock, false); local
[all...]

Completed in 1180 milliseconds