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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp1018 LayoutUnit bordersPlusPadding = borderAndPaddingLogicalWidth(); local
1020 return width + bordersPlusPadding;
1021 return std::max(width, bordersPlusPadding);
1026 LayoutUnit bordersPlusPadding = borderAndPaddingLogicalHeight(); local
1028 return height + bordersPlusPadding;
1029 return std::max(height, bordersPlusPadding);
2855 const LayoutUnit bordersPlusPadding = borderAndPaddingLogicalWidth(); local
2892 containerLogicalWidth, bordersPlusPadding,
2901 containerLogicalWidth, bordersPlusPadding,
2918 containerLogicalWidth, bordersPlusPadding,
2945 shrinkToFitWidth(const LayoutUnit availableSpace, const LayoutUnit logicalLeftValue, const LayoutUnit bordersPlusPadding, LogicalExtentComputedValues& computedValues) const argument
2954 computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject* containerBlock, TextDirection containerDirection, LayoutUnit containerLogicalWidth, LayoutUnit bordersPlusPadding, const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft, const Length& marginLogicalRight, LogicalExtentComputedValues& computedValues) const argument
3172 const LayoutUnit bordersPlusPadding = borderAndPaddingLogicalHeight(); local
3266 computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalHeight, LayoutUnit bordersPlusPadding, LayoutUnit logicalHeight, const Length& logicalTop, const Length& logicalBottom, const Length& marginBefore, const Length& marginAfter, LogicalExtentComputedValues& computedValues) const argument
[all...]

Completed in 190 milliseconds