Home | History | Annotate | Download | only in mac

Lines Matching refs:contentsSize

216     WebCore::IntSize contentsSize = _scrollableArea->contentsSize();
217 return NSMakeRect(0, 0, contentsSize.width(), contentsSize.height());
1048 limitDelta.setHeight(m_scrollableArea->contentsSize().height() - (m_scrollableArea->visibleContentRect().maxY() + m_scrollableArea->scrollOrigin().y()));
1056 limitDelta.setWidth(m_scrollableArea->contentsSize().width() - (m_scrollableArea->visibleContentRect().maxX() + m_scrollableArea->scrollOrigin().x()));