Home | History | Annotate | Download | only in rendering

Lines Matching defs:isPlaced

412         bool isPlaced() const { return m_isPlaced; }
415 int x() const { ASSERT(isPlaced()); return m_frameRect.x(); }
416 int maxX() const { ASSERT(isPlaced()); return m_frameRect.maxX(); }
417 int y() const { ASSERT(isPlaced()); return m_frameRect.y(); }
418 int maxY() const { ASSERT(isPlaced()); return m_frameRect.maxY(); }
427 const IntRect& frameRect() const { ASSERT(isPlaced()); return m_frameRect; }