Home
last modified time | relevance | path

Searched refs:absoluteValue (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLineBoxList.cpp157 LayoutUnit physicalExtent = absoluteValue(physicalEnd - physicalStart); in rangeIntersectsRect()
DRenderDeprecatedFlexibleBox.cpp567 } while (absoluteValue(groupRemainingSpace) >= 1); in layoutHorizontalBox()
818 } while (absoluteValue(groupRemainingSpace) >= 1); in layoutVerticalBox()
DRenderObject.cpp1746 LayoutUnit width = absoluteValue(newBounds.width() - oldBounds.width()); in invalidatePaintAfterLayoutIfNeeded()
1767 LayoutUnit height = absoluteValue(newBounds.height() - oldBounds.height()); in invalidatePaintAfterLayoutIfNeeded()
DRenderBlockLineLayout.cpp1972 LayoutUnit logicalBottom = lastLine->lineBottomWithLeading() + absoluteValue(lineDelta); in checkPaginationAndFloatsAtEndLine()
/external/chromium_org/third_party/WebKit/Source/platform/
DLayoutUnit.h778 inline LayoutUnit absoluteValue(const LayoutUnit& value) in absoluteValue() function