Lines Matching full:intrect
52 #include "IntRect.h"
178 m_webView->client()->setWindowRect(IntRect(r));
499 IntRect ChromeClientImpl::windowResizerRect() const
501 IntRect result;
514 void ChromeClientImpl::invalidateWindow(const IntRect&, bool)
519 void ChromeClientImpl::invalidateContentsAndWindow(const IntRect& updateRect, bool /*immediate*/)
534 void ChromeClientImpl::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate)
548 const IntSize& scrollDelta, const IntRect& scrollRect,
549 const IntRect& clipRect)
572 IntRect ChromeClientImpl::windowToScreen(const IntRect& rect) const
574 IntRect screenRect(rect);
708 const IntRect& bounds,