Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h61 , m_lineInfo(inLineInfo) in BreakingContext()
78 , m_startingNewParagraph(m_lineInfo.previousLineBrokeCleanly()) in BreakingContext()
83 m_lineInfo.setPreviousLineBrokeCleanly(false); in BreakingContext()
125 LineInfo& m_lineInfo; variable
283 m_lineInfo.setEmpty(false, m_block, &m_width); in handleBR()
285 m_lineInfo.setPreviousLineBrokeCleanly(true); in handleBR()
293 if (!m_lineInfo.isEmpty()) in handleBR()
375 … m_block->positionNewFloatOnLine(floatingObject, m_lastFloatFromPreviousLine, m_lineInfo, m_width); in handleFloat()
415 if (requiresLineBox || requiresLineBoxForContent(flowBox, m_lineInfo)) { in handleEmptyInline()
419 m_lineInfo.setEmpty(false, m_block, &m_width); in handleEmptyInline()
[all …]
DLineLayoutState.h79 LineInfo& lineInfo() { return m_lineInfo; } in lineInfo()
80 const LineInfo& lineInfo() const { return m_lineInfo; } in lineInfo()
106 LineInfo m_lineInfo; variable