Home | History | Annotate | Download | only in rendering

Lines Matching defs:scrollableArea

414     // FIXME: This should probably return a ScrollableArea but a lot of internal methods are mistakenly exposed.
415 RenderLayerScrollableArea* scrollableArea() const { return m_scrollableArea.get(); }
593 // FIXME: We could lazily allocate our ScrollableArea based on style properties ('overflow', ...)