Searched defs:FloatingObject (Results 1 – 1 of 1) sorted by relevance
380 struct FloatingObject { struct386 FloatingObject(Type type) in FloatingObject() argument397 FloatingObject(Type type, const IntRect& frameRect) in FloatingObject() function409 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