Home | History | Annotate | Download | only in win

Lines Matching refs:clientRect

124     if (clientRect().isEmpty())
397 return clientRect().height() / m_itemHeight;
481 IntRect damageRect(clientRect());
491 IntRect PopupMenu::clientRect() const
493 IntRect clientRect = m_windowRect;
494 clientRect.inflate(-popupWindowBorderWidth);
495 clientRect.setLocation(IntPoint(0, 0));
496 return clientRect;
571 keepBitmap = bitmap.bmWidth == clientRect().width()
572 && bitmap.bmHeight == clientRect().height();
580 BitmapInfo bitmapInfo(true, clientRect().width(), clientRect().height());
582 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(clientRect().size());
687 IntRect listRect = clientRect();
991 paint(clientRect(), (HDC)wParam);