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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h380 struct FloatingObject { struct in class:WebCore::RenderBlock
381 WTF_MAKE_NONCOPYABLE(FloatingObject); WTF_MAKE_FAST_ALLOCATED;
386 FloatingObject(Type type) function in struct:WebCore::RenderBlock::FloatingObject
397 FloatingObject(Type type, const IntRect& frameRect) function in struct:WebCore::RenderBlock::FloatingObject
440 IntPoint flipFloatForWritingMode(const FloatingObject*, const IntPoint&) const;
442 int logicalTopForFloat(const FloatingObject* child) const { return isHorizontalWritingMode() ? child->y() : child->x(); }
443 int logicalBottomForFloat(const FloatingObject* child) const { return isHorizontalWritingMode() ? child->maxY() : child->maxX(); }
444 int logicalLeftForFloat(const FloatingObject* child) const { return isHorizontalWritingMode() ? child->x() : child->y(); }
445 int logicalRightForFloat(const FloatingObject* child) const { return isHorizontalWritingMode() ? child->maxX() : child->maxY(); }
446 int logicalWidthForFloat(const FloatingObject* chil
[all...]

Completed in 18 milliseconds