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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.h 40 class ShapeOutsideInfo : public ShapeInfo<RenderBox, &RenderStyle::shapeOutside, &Shape::getExcludedIntervals>, public MappedInfo<RenderBox, ShapeOutsideInfo> {
48 static PassOwnPtr<ShapeOutsideInfo> createInfo(const RenderBox* renderer) { return adoptPtr(new ShapeOutsideInfo(renderer)); }
55 ShapeOutsideInfo(const RenderBox* renderer) : ShapeInfo<RenderBox, &RenderStyle::shapeOutside, &Shape::getExcludedIntervals>(renderer) { }
ShapeOutsideInfo.cpp 31 #include "core/rendering/shapes/ShapeOutsideInfo.h"
36 bool ShapeOutsideInfo::isEnabledFor(const RenderBox* box)
42 bool ShapeOutsideInfo::computeSegmentsForContainingBlockLine(LayoutUnit lineTop, LayoutUnit floatTop, LayoutUnit lineHeight)
48 bool ShapeOutsideInfo::computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 29 #include "core/rendering/shapes/ShapeOutsideInfo.h"
    [all...]
RenderBox.cpp 163 ShapeOutsideInfo::removeInfo(this);
318 ShapeOutsideInfo* shapeOutsideInfo = ShapeOutsideInfo::ensureInfo(this);
319 shapeOutsideInfo->dirtyShapeSize();
321 ShapeOutsideInfo::removeInfo(this);
    [all...]
RenderBlockLineLayout.cpp 172 ShapeOutsideInfo* previousShapeOutsideInfo = 0;
180 previousShapeOutsideInfo = previousFloat->renderer()->shapeOutsideInfo();
188 ShapeOutsideInfo* shapeOutsideInfo = newFloat->renderer()->shapeOutsideInfo();
189 if (shapeOutsideInfo)
190 shapeOutsideInfo->computeSegmentsForContainingBlockLine(m_block->logicalHeight(), m_block->logicalTopForFloat(newFloat), logicalHeightForLine(m_block, m_isFirstLine));
196 if (shapeOutsideInfo)
197 newLeft += shapeOutsideInfo->rightSegmentMarginBoxDelta();
206 if (shapeOutsideInfo)
    [all...]
RenderBlock.cpp 63 #include "core/rendering/shapes/ShapeOutsideInfo.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_rendering.target.darwin-arm.mk 145 third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.cpp \
webcore_rendering.target.darwin-mips.mk 145 third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.cpp \
webcore_rendering.target.darwin-x86.mk 145 third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.cpp \
webcore_rendering.target.linux-arm.mk 145 third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.cpp \
webcore_rendering.target.linux-mips.mk 145 third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.cpp \
webcore_rendering.target.linux-x86.mk 145 third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.cpp \

Completed in 2922 milliseconds