Searched refs:floatLogicalBottom (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineWidth.cpp162 LayoutUnit floatLogicalBottom = m_block.nextFloatLogicalBottomBelow(lineLogicalTop); local
172 if (newLineTop >= floatLogicalBottom)
185 LayoutUnit floatLogicalBottom; local
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/
H A DRenderBlockFlow.cpp2605 LayoutUnit floatLogicalBottom = logicalBottomForFloat(floatingObject); local
2610 if (shapeLogicalBottom < floatLogicalBottom)
2611 floatLogicalBottom = shapeLogicalBottom;
2613 if (floatLogicalBottom > logicalHeight)
2614 logicalBottom = logicalBottom ? std::min(floatLogicalBottom, logicalBottom) : floatLogicalBottom;

Completed in 82 milliseconds