Home | History | Annotate | Download | only in platform

Lines Matching refs:visibleContentRect

205 IntRect ScrollView::visibleContentRect(VisibleContentRectIncludesScrollbars scollbarInclusion) const
288 IntSize scrollSize = m_contentsSize - visibleContentRect().size();
400 IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size();
816 paintRect.intersect(visibleContentRect());
912 IntRect visibleAreaWithoutScrollbars(location(), visibleContentRect().size());
926 context->clip(visibleContentRect());
943 IntRect visibleAreaWithScrollbars(location(), visibleContentRect(IncludeScrollbars).size());