Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h321 LayoutUnit availableLogicalWidthForContent(RenderRegion* region) const in availableLogicalWidthForContent() function
341 LayoutUnit availableLogicalWidthForContent(LayoutUnit blockOffset) const in availableLogicalWidthForContent() function
343 return availableLogicalWidthForContent(regionAtBlockOffset(blockOffset)); in availableLogicalWidthForContent()
DRootInlineBox.cpp275 setPaginatedLineWidth(block()->availableLogicalWidthForContent(heightOfBlock)); in alignBoxesInBlockDirection()
DRenderBlockLineLayout.cpp1668 … trailingFloatsLineBox->setPaginatedLineWidth(availableLogicalWidthForContent(blockLogicalHeight)); in linkToEndLineIfNeeded()
DRenderBlockFlow.cpp1636 … if (availableLogicalWidthAtNewLogicalTopOffset == availableLogicalWidthForContent(newLogicalTop)) in getClearDelta()
DRenderBlock.cpp5582 return rootBox->paginatedLineWidth() != availableLogicalWidthForContent(currentRegion); in lineWidthForPaginatedLineChanged()