Searched defs:isFirstLine (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp57 static LayoutUnit logicalHeightForLine(const RenderBlock* block, bool isFirstLine, LayoutUnit replacedHeight = 0) argument
62 if (!(block->style(isFirstLine)->lineBoxContain() & LineBoxContainBlock))
65 return max<LayoutUnit>(replacedHeight, block->lineHeight(isFirstLine, block->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
87 LineWidth(RenderBlock* block, bool isFirstLine, IndentTextOrNot shouldIndentText) argument
96 , m_isFirstLine(isFirstLine)
273 bool isFirstLine() const { return m_isFirstLine; } function in class:WebCore::LineInfo
553 parentBox->setFirstLineStyleBit(lineInfo.isFirstLine());
763 renderer->getOverhang(lineInfo.isFirstLine(), renderer->style()->isLeftToRightDirection() ? previousObject : nextObject, renderer->style()->isLeftToRightDirection() ? nextObject : previousObject, startOverhang, endOverhang);
797 const Font& font = renderer->style(lineInfo.isFirstLine())->font();
814 const Font& font = renderer->style(lineInfo.isFirstLine())
957 requiresIndent(bool isFirstLine, bool isAfterHardLineBreak, RenderStyle* style) argument
988 bool isFirstLine = lineInfo.isFirstLine() && !(isAnonymousBlock() && parent()->firstChild() != this); local
[all...]

Completed in 180 milliseconds