Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineInfo.h40 bool isFirstLine() const { return m_isFirstLine; } in isFirstLine() function
DBreakingContextInlineHeaders.h654 …loatFromPreviousLine, const WordMeasurements& wordMeasurements, LineWidth& width, bool isFirstLine) in updateSegmentsForShapes()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLineWidth.cpp38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) in LineWidth()
DRenderBlockLineLayout.cpp46 static IndentTextOrNot requiresIndent(bool isFirstLine, bool isAfterHardLineBreak, RenderStyle* sty… in requiresIndent()
636 …bool isFirstLine = lineInfo.isFirstLine() && !(isAnonymousBlock() && parent()->firstChild() != thi… in computeInlineDirectionPositionsForLine() local
DRenderBlock.cpp4569 LayoutUnit RenderBlock::minLineHeightForReplacedRenderer(bool isFirstLine, LayoutUnit replacedHeigh… in minLineHeightForReplacedRenderer()