HomeSort by relevance Sort by last modified time
    Searched refs:lineMidpointState (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 84 inline void deprecatedAddMidpoint(LineMidpointState& lineMidpointState, const InlineIterator& midpoint)
86 if (lineMidpointState.midpoints.size() <= lineMidpointState.numMidpoints)
87 lineMidpointState.midpoints.grow(lineMidpointState.numMidpoints + 10);
89 InlineIterator* midpoints = lineMidpointState.midpoints.data();
90 midpoints[lineMidpointState.numMidpoints++] = midpoint;
93 inline void startIgnoringSpaces(LineMidpointState& lineMidpointState, const InlineIterator& midpoint
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 516 void setMidpointStateForRootIsolate(const LineMidpointState& midpointState)
555 LineMidpointState m_midpointStateForRootIsolate;
571 LineMidpointState& lineMidpointState = resolver.midpointState();
572 bool haveNextMidpoint = (lineMidpointState.currentMidpoint < lineMidpointState.numMidpoints);
575 nextMidpoint = lineMidpointState.midpoints[lineMidpointState.currentMidpoint];
576 if (lineMidpointState.betweenMidpoints) {
581 lineMidpointState.betweenMidpoints = false
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 41 milliseconds