Searched defs:shapeOutsideInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLineWidth.cpp88 previousShapeOutsideInfo = previousFloat->renderer()->shapeOutsideInfo();
95 ShapeOutsideInfo* shapeOutsideInfo = newFloat->renderer()->shapeOutsideInfo(); local
96 if (shapeOutsideInfo)
97 shapeOutsideInfo->updateDeltasForContainingBlockLine(&m_block, newFloat, m_block.logicalHeight(), lineHeight);
103 if (shapeOutsideInfo)
104 newLeft += shapeOutsideInfo->rightMarginBoxDelta();
113 if (shapeOutsideInfo)
114 newRight += shapeOutsideInfo->leftMarginBoxDelta();
H A DRenderBox.h597 ShapeOutsideInfo* shapeOutsideInfo() const function in class:WebCore::RenderBox

Completed in 49 milliseconds