Home | History | Annotate | Download | only in win

Lines Matching defs:clientRect

131     if (clientRect().isEmpty())
406 return clientRect().height() / m_itemHeight;
490 IntRect damageRect(clientRect());
500 IntRect PopupMenuWin::clientRect() const
502 IntRect clientRect = m_windowRect;
503 clientRect.inflate(-popupWindowBorderWidth);
504 clientRect.setLocation(IntPoint(0, 0));
505 return clientRect;
575 keepBitmap = bitmap.bmWidth == clientRect().width()
576 && bitmap.bmHeight == clientRect().height();
584 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(clientRect().size(), BitmapInfo::BitCount16);
586 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(clientRect().size());
704 IntRect listRect = clientRect();
1010 paint(clientRect(), (HDC)wParam);