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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.cpp 162 LayoutUnit floatLogicalBottom = m_block.nextFloatLogicalBottomBelow(lineLogicalTop);
172 if (newLineTop >= floatLogicalBottom)
185 LayoutUnit floatLogicalBottom;
196 floatLogicalBottom = m_block.nextFloatLogicalBottomBelow(lastFloatLogicalBottom, ShapeOutsideFloatShapeOffset);
197 if (floatLogicalBottom <= lastFloatLogicalBottom)
200 newLineWidth = availableWidthAtOffset(m_block, floatLogicalBottom, shouldIndentText(), newLineLeft, newLineRight);
201 lastFloatLogicalBottom = floatLogicalBottom;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp     [all...]

Completed in 99 milliseconds