Home | History | Annotate | Download | only in win

Lines Matching defs:windowRect

732 void WebView::repaint(const WebCore::IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly)
738 addToDirtyRegion(windowRect);
744 RECT rect = windowRect;
748 addToDirtyRegion(windowRect);
772 RECT windowRect;
773 ::GetClientRect(m_viewWindow, &windowRect);
774 LONG width = windowRect.right - windowRect.left;
775 LONG height = windowRect.bottom - windowRect.top;
2251 RECT windowRect;
2252 ::GetClientRect(hWnd, &windowRect);
2253 ::InvalidateRect(hWnd, &windowRect, false);