Searched refs:availableLogicalWidthForLine (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1093 int oldLineWidth = availableLogicalWidthForLine(oldLogicalHeight, firstLine);
1098 if (availableLogicalWidthForLine(oldLogicalHeight + adjustment, firstLine) != oldLineWidth) {
1788 newLineWidth = m_block->availableLogicalWidthForLine(floatLogicalBottom, m_isFirstLine);
H A DRenderBlock.h105 int availableLogicalWidthForLine(int position, bool firstLine) const;
H A DRenderBlock.cpp1830 child->computeInlineDirectionMargins(this, availableLogicalWidthForLine(logicalTopForChild(child), false), logicalWidthForChild(child));
3551 int RenderBlock::availableLogicalWidthForLine(int position, bool firstLine) const function in class:WebCore::RenderBlock
3927 int widthAtY = availableLogicalWidthForLine(y, false);
H A DRenderBox.cpp1175 return cb->availableLogicalWidthForLine(y(), false);

Completed in 101 milliseconds