Lines Matching refs:IntRect

146     view->Widget::setFrameRect(IntRect(view->location(), initialSize));
300 void FrameView::invalidateRect(const IntRect& rect)
315 IntRect paintInvalidationRect = rect;
321 void FrameView::setFrameRect(const IntRect& newRect)
323 IntRect oldRect = frameRect();
458 const IntRect rect = renderView->documentRect();
577 IntRect documentRect = renderView->documentRect();
1291 IntRect updateRect = pixelSnappedIntRect(paintInvalidationRectIncludingNonCompositingDescendants(layer));
1297 IntRect previousRect = updateRect;
1313 Vector<IntRect> subRectsToUpdate = regionToUpdate.rects();
1316 IntRect updateRect = subRectsToUpdate[i];
1317 IntRect scrolledRect = updateRect;
1327 void FrameView::scrollContentsSlowPath(const IntRect& updateRect)
1330 IntRect updateRect = visibleContentRect();
1427 void FrameView::scrollElementToRect(Element* element, const IntRect& rect)
1431 IntRect targetRect(rect);
1667 void FrameView::contentRectangleForPaintInvalidation(const IntRect& r)
1673 IntRect paintInvalidationRect = r;
2125 IntRect FrameView::windowClipRect(IncludeScrollbarsInRect scrollbarInclusion) const
2130 IntRect clipRect = contentsToWindow(visibleContentRect(scrollbarInclusion));
2143 IntRect FrameView::windowClipRectForFrameOwner(const HTMLFrameOwnerElement* ownerElement) const
2160 IntRect clipRect = contentsToWindow(pixelSnappedIntRect(enclosingLayer->clipper().childrenClipRect()));
2181 void FrameView::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
2184 IntRect dirtyRect = rect;
2193 void FrameView::getTickmarks(Vector<IntRect>& tickmarks) const
2201 IntRect FrameView::windowResizerRect() const
2205 return IntRect();
2245 IntRect FrameView::scrollableAreaBoundingBox() const
2361 IntRect cornerRect = scrollCornerRect();
2399 void FrameView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect)
2412 void FrameView::paintScrollbar(GraphicsContext* context, Scrollbar* bar, const IntRect& rect)
2416 IntRect toFill = bar->frameRect();
2496 void FrameView::paintContents(GraphicsContext* p, const IntRect& rect)
2607 void FrameView::paintOverhangAreas(GraphicsContext* context, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect)
2794 IntRect FrameView::convertFromRenderer(const RenderObject& renderer, const IntRect& rendererRect) const
2796 IntRect rect = pixelSnappedIntRect(enclosingLayoutRect(renderer.localToAbsoluteQuad(FloatRect(rendererRect)).boundingBox()));
2804 IntRect FrameView::convertToRenderer(const RenderObject& renderer, const IntRect& viewRect) const
2806 IntRect rect = viewRect;
2836 IntRect FrameView::convertToContainingView(const IntRect& localRect) const
2846 IntRect rect(localRect);
2859 IntRect FrameView::convertFromContainingView(const IntRect& parentRect) const
2870 IntRect rect = parentView->convertToRenderer(*renderer, parentRect);