Home
last modified time | relevance | path

Searched refs:endOffsetForContent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h329 LayoutUnit endOffsetForContent(RenderRegion* region) const in endOffsetForContent() function
349 LayoutUnit endOffsetForContent(LayoutUnit blockOffset) const in endOffsetForContent() function
351 return endOffsetForContent(regionAtBlockOffset(blockOffset)); in endOffsetForContent()
356 …LayoutUnit endOffsetForContent() const { return !style()->isLeftToRightDirection() ? logicalLeftOf… in endOffsetForContent() function
DRenderBox.cpp1824 LayoutUnit endContentSide = cb->endOffsetForContent(containingBlockRegion); in shrinkLogicalWidthToAvoidFloats()