Home | History | Annotate | Download | only in win

Lines Matching defs:clientRect

199     if (clientRect().isEmpty())
433 IntRect WebPopupMenuProxyWin::clientRect() const
435 IntRect clientRect = m_windowRect;
436 clientRect.inflate(-popupWindowBorderWidth);
437 clientRect.setLocation(IntPoint(0, 0));
438 return clientRect;
446 IntRect damageRect(clientRect());
493 IntRect listRect = clientRect();
766 paint(clientRect(), hdc);
820 keepBitmap = bitmap.bmWidth == clientRect().width() && bitmap.bmHeight == clientRect().height();
828 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(clientRect().size());
885 return clientRect().height() / m_itemHeight;