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

  /external/webkit/Source/WebCore/rendering/
RenderBlock.h 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; }
    [all...]
RenderBlock.cpp     [all...]

Completed in 100 milliseconds