Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h81 , m_lineMidpointState(resolver.midpointState()) in BreakingContext()
151 LineMidpointState& m_lineMidpointState; variable
291 m_lineMidpointState.ensureLineBoxInsideIgnoredSpaces(br); in handleBR()
356 m_lineMidpointState.ensureLineBoxInsideIgnoredSpaces(box); in handleOutOfFlowPositioned()
424 m_lineMidpointState.ensureLineBoxInsideIgnoredSpaces(m_current.object()); in handleEmptyInline()
426 … && shouldSkipWhitespaceAfterStartObject(m_block, m_current.object(), m_lineMidpointState)) { in handleEmptyInline()
455 m_lineMidpointState.stopIgnoringSpaces(InlineIterator(0, m_current.object(), 0)); in handleReplaced()
466 …pace() && shouldSkipWhitespaceAfterStartObject(m_block, m_current.object(), m_lineMidpointState)) { in handleReplaced()
639m_lineMidpointState.stopIgnoringSpaces(InlineIterator(0, m_current.object(), m_current.offset())); in handleText()
698 m_lineMidpointState.ensureCharacterGetsLineBox(m_current); in handleText()
[all …]
DBreakingContext.cpp49 m_lineMidpointState.checkMidpoints(m_lineBreak); in handleEndOfLine()
51 …m_trailingObjects.updateMidpointsForTrailingObjects(m_lineMidpointState, m_lineBreak, TrailingObje… in handleEndOfLine()