Searched refs:roundedMinimumValueForLength (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthFunctions.h39 PLATFORM_EXPORT LayoutUnit roundedMinimumValueForLength(const Length&, LayoutUnit maximumValue);
H A DLengthFunctions.cpp94 LayoutUnit roundedMinimumValueForLength(const Length& length, LayoutUnit maximumValue) function in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp700 LayoutUnit computedXPosition = roundedMinimumValueForLength(fillLayer.xPosition(), availableWidth);
714 LayoutUnit computedYPosition = roundedMinimumValueForLength(fillLayer.yPosition(), availableHeight);
736 computedXPosition = roundedMinimumValueForLength(Length(), availableWidth);
757 computedYPosition = roundedMinimumValueForLength(Length(), availableHeight);

Completed in 134 milliseconds