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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LineWidth.cpp 80 ShapeOutsideInfo* previousShapeOutsideInfo = 0;
88 previousShapeOutsideInfo = previousFloat->renderer()->shapeOutsideInfo();
95 ShapeOutsideInfo* shapeOutsideInfo = newFloat->renderer()->shapeOutsideInfo();
96 if (shapeOutsideInfo)
97 shapeOutsideInfo->updateDeltasForContainingBlockLine(&m_block, newFloat, m_block.logicalHeight(), lineHeight);
103 if (shapeOutsideInfo)
104 newLeft += shapeOutsideInfo->rightMarginBoxDelta();
113 if (shapeOutsideInfo)
    [all...]
FloatingObjects.cpp 361 static inline ShapeOutsideInfo* shapeInfoForFloat(const FloatingObject* floatingObject, const RenderBlockFlow* containingBlock, LayoutUnit lineTop, LayoutUnit lineBottom)
364 if (ShapeOutsideInfo* shapeOutside = floatingObject->renderer()->shapeOutsideInfo()) {
376 if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(m_outermostFloat, m_renderer, m_lineTop, m_lineBottom))
385 if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(m_outermostFloat, m_renderer, m_lineTop, m_lineBottom))
RenderBox.h 28 #include "core/rendering/shapes/ShapeOutsideInfo.h"
    [all...]
RenderBlockFlow.cpp     [all...]

Completed in 33 milliseconds