Searched refs:listRect (Results 1 – 3 of 3) sorted by relevance
601 IntRect listRect = damageRect; in paint() local602 listRect.move(IntSize(0, m_scrollOffset * m_itemHeight)); in paint()604 for (int y = listRect.y(); y < listRect.maxY(); y += m_itemHeight) { in paint()704 IntRect listRect = clientRect(); in scrollTo() local706 listRect.setWidth(listRect.width() - m_scrollbar->frameRect().width()); in scrollTo()707 RECT r = listRect; in scrollTo()
493 IntRect listRect = clientRect(); in scrollTo() local495 listRect.setWidth(listRect.width() - m_scrollbar->frameRect().width()); in scrollTo()496 RECT r = listRect; in scrollTo()
279 Rectangle listRect = m_table.getBounds(); in handlePopupEvent() local282 event.gc.drawRectangle(0, 0, listRect.width + 1, listRect.height + 1); in handlePopupEvent()