Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBlock.h380 struct FloatingObject { struct
386 FloatingObject(Type type) in FloatingObject() argument
397 FloatingObject(Type type, const IntRect& frameRect) in FloatingObject() function
409 Type type() const { return static_cast<Type>(m_type); } in type()
410 RenderBox* renderer() const { return m_renderer; } in renderer()
412 bool isPlaced() const { return m_isPlaced; } in isPlaced()
415 int x() const { ASSERT(isPlaced()); return m_frameRect.x(); } in x()
416 int maxX() const { ASSERT(isPlaced()); return m_frameRect.maxX(); } in maxX()
440 IntPoint flipFloatForWritingMode(const FloatingObject*, const IntPoint&) const; argument